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:
parent
7ef4397634
commit
abb153e711
@ -1559,6 +1559,11 @@ th,td {
|
|||||||
padding: 3px;
|
padding: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#channels > tbody > tr > td, #users > tbody > tr > td {
|
||||||
|
max-width: 19.4em;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
/* message */
|
/* message */
|
||||||
|
|
||||||
img.mail-list-sender-photo {
|
img.mail-list-sender-photo {
|
||||||
|
Reference in New Issue
Block a user