logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe
commit: 0c0722a092599cdd2b53548b960b619260407961
parent 0fee9a8fe71faed789589aae6ff1bf3434e01e93
Author: HJ <30-hj@users.noreply.git.pleroma.social>
Date:   Sat, 19 Sep 2020 19:59:57 +0000

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

fix/overflow-for-chat-unread

See merge request pleroma/pleroma-fe!1239

Diffstat:

Msrc/App.scss3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/App.scss b/src/App.scss @@ -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 {