Fix overflow in chat list.

This commit is contained in:
Danila Fedorin 2019-05-19 15:51:33 -07:00
parent 8120c1f421
commit 60bc00e9dd
1 changed files with 3 additions and 0 deletions

View File

@ -195,6 +195,9 @@ div.room-link-wrapper {
a {
color: lightgrey;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
&:hover a {