From 1db9b1e1ad52f9f80305fcb71a306b3beb28a96a Mon Sep 17 00:00:00 2001
From: shpuld <shp@cock.li>
Date: Sat, 14 Apr 2018 08:59:55 +0300
Subject: [PATCH] Fix long names in notifications too

---
 src/components/notifications/notifications.scss | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/components/notifications/notifications.scss b/src/components/notifications/notifications.scss
index 69ddda00..9cbb1226 100644
--- a/src/components/notifications/notifications.scss
+++ b/src/components/notifications/notifications.scss
@@ -138,10 +138,15 @@
 
     .name-and-action {
       flex: 1;
+      overflow: hidden;
+      text-overflow: ellipsis;
     }
 
     .username {
       font-weight: bolder;
+      max-width: 100%;
+      text-overflow: ellipsis;
+      white-space: nowrap;
     }
     .timeago {
       float: right;