forked from AkkomaGang/akkoma-fe
Merge branch 'fix/overflow-for-chat-unread' into 'develop'
fix/overflow-for-chat-unread See merge request pleroma/pleroma-fe!1239
This commit is contained in:
commit
0c0722a092
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