Fix overflow in chat list.

This commit is contained in:
Danila Fedorin 2019-05-19 15:51:33 -07:00
parent 8120c1f421
commit 60bc00e9dd

View File

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