aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDym Sohin <re@dym.sh>2020-09-19 21:50:56 +0200
committerDym Sohin <re@dym.sh>2020-09-19 21:50:56 +0200
commit20362546d10287cbba8150424e5e073c39219757 (patch)
tree804850e106fa08342b735ac8ca81449d804a8a06 /src
parent0fee9a8fe71faed789589aae6ff1bf3434e01e93 (diff)
fix/overflow-for-chat-unread
Diffstat (limited to 'src')
-rw-r--r--src/App.scss3
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 {