Fix overflow in chat list.
This commit is contained in:
parent
8120c1f421
commit
60bc00e9dd
|
@ -195,6 +195,9 @@ div.room-link-wrapper {
|
|||
|
||||
a {
|
||||
color: lightgrey;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
&:hover a {
|
||||
|
|
Loading…
Reference in New Issue
Block a user