forked from AkkomaGang/akkoma-fe
fix/overflow-for-chat-unread
This commit is contained in:
parent
0fee9a8fe7
commit
20362546d1
1 changed files with 3 additions and 0 deletions
|
@ -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 a new issue