fix/overflow-for-chat-unread

This commit is contained in:
Dym Sohin 2020-09-19 21:50:56 +02:00
parent 0fee9a8fe7
commit 20362546d1

View file

@ -941,6 +941,9 @@ nav {
min-height: 1.3rem;
max-height: 1.3rem;
line-height: 1.3rem;
max-width: 10em;
overflow: hidden;
text-overflow: ellipsis;
}
.chat-layout {