logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe
commit: 1db9b1e1ad52f9f80305fcb71a306b3beb28a96a
parent: 121f7424dc8c3d9c497a685c3448137793d9f1b5
Author: shpuld <shp@cock.li>
Date:   Sat, 14 Apr 2018 08:59:55 +0300

Fix long names in notifications too

Diffstat:

Msrc/components/notifications/notifications.scss5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git 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;