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:
HJ 2020-09-19 19:59:57 +00:00
commit 0c0722a092

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 {