Merge branch 'fix/overflow-for-chat-unread' into 'develop'

fix/overflow-for-chat-unread

See merge request pleroma/pleroma-fe!1239
new-bloop
HJ 4 years ago
commit 0c0722a092

@ -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…
Cancel
Save