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