fix/overflow-for-chat-unread
This commit is contained in:
parent
0fee9a8fe7
commit
20362546d1
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user