diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2020-09-19 19:59:57 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2020-09-19 19:59:57 +0000 |
| commit | 0c0722a092599cdd2b53548b960b619260407961 (patch) | |
| tree | 804850e106fa08342b735ac8ca81449d804a8a06 /src | |
| parent | 0fee9a8fe71faed789589aae6ff1bf3434e01e93 (diff) | |
| parent | 20362546d10287cbba8150424e5e073c39219757 (diff) | |
Merge branch 'fix/overflow-for-chat-unread' into 'develop'
fix/overflow-for-chat-unread
See merge request pleroma/pleroma-fe!1239
Diffstat (limited to 'src')
| -rw-r--r-- | src/App.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/App.scss b/src/App.scss index e2e2d079..88e5df86 100644 --- 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 { |
