From 00ba3a6ac05e53a62b07c98d9f1ea006531bac3b Mon Sep 17 00:00:00 2001 From: Danila Fedorin Date: Mon, 10 Dec 2018 23:27:45 -0800 Subject: [PATCH] Max username overflow hidden. --- static/scss/style.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/scss/style.scss b/static/scss/style.scss index bf26ce8..7d2b6c2 100644 --- a/static/scss/style.scss +++ b/static/scss/style.scss @@ -165,6 +165,8 @@ span.sender-wrapper { box-sizing: border-box; text-align: center; width: 100%; + max-width: 100px; + text-overflow: ellipsis; } /**