Probably a ugly hack, but it's the only way I could found that cuts off very long channel names in the admin area. If there's a better alternative, be my guest.

This commit is contained in:
jeroenpraat 2015-06-29 23:09:36 +02:00
parent 7ef4397634
commit abb153e711

View file

@ -1559,6 +1559,11 @@ th,td {
padding: 3px;
}
#channels > tbody > tr > td, #users > tbody > tr > td {
max-width: 19.4em;
overflow: hidden;
}
/* message */
img.mail-list-sender-photo {