mirror of
https://github.com/PhoenixTwoFive/karaoqueue.git
synced 2025-05-19 19:11:49 +02:00
Remove ugly scrolbars wen logged in
This commit is contained in:
parent
d26c877a52
commit
7325e901f2
@ -5,8 +5,10 @@
|
|||||||
{% block content %}
|
{% block content %}
|
||||||
<style>
|
<style>
|
||||||
table td:nth-child(2) {
|
table td:nth-child(2) {
|
||||||
max-width: 450px !important;
|
overflow-y: hidden;
|
||||||
overflow: scroll;
|
overflow-x: auto;
|
||||||
|
text-overflow: clip;
|
||||||
|
max-width: 200px !important;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user