mirror of
https://github.com/PhoenixTwoFive/karaoqueue.git
synced 2025-07-04 09:11:42 +02:00
Remove ugly scrolbars wen logged in
This commit is contained in:
@ -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">
|
||||||
|
Reference in New Issue
Block a user