mirror of
https://github.com/PhoenixTwoFive/karaoqueue.git
synced 2025-05-20 03:21:47 +02:00
Limit width of name cell in table to prevent abuse
This commit is contained in:
parent
8f10f9b500
commit
ae158fd920
@ -28,6 +28,15 @@ main {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
table td {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
table td:first-child {
|
||||
max-width: 200px !important;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.topbutton {
|
||||
width: auto;
|
||||
|
Loading…
x
Reference in New Issue
Block a user