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 %}
|
||||
<style>
|
||||
table td:nth-child(2) {
|
||||
max-width: 450px !important;
|
||||
overflow: scroll;
|
||||
overflow-y: hidden;
|
||||
overflow-x: auto;
|
||||
text-overflow: clip;
|
||||
max-width: 200px !important;
|
||||
}
|
||||
</style>
|
||||
<div class="container">
|
||||
|
Reference in New Issue
Block a user