mirror of
https://github.com/PhoenixTwoFive/karaoqueue.git
synced 2025-07-04 17:21:43 +02:00
Limit width of name cell in table to prevent abuse
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user