From 20362546d10287cbba8150424e5e073c39219757 Mon Sep 17 00:00:00 2001
From: Dym Sohin <re@dym.sh>
Date: Sat, 19 Sep 2020 21:50:56 +0200
Subject: [PATCH] fix/overflow-for-chat-unread

---
 src/App.scss | 3 +++
 1 file changed, 3 insertions(+)

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 {