diff options
| author | shpuld <shp@cock.li> | 2018-04-14 08:59:55 +0300 |
|---|---|---|
| committer | shpuld <shp@cock.li> | 2018-04-14 08:59:55 +0300 |
| commit | 1db9b1e1ad52f9f80305fcb71a306b3beb28a96a (patch) | |
| tree | e7b715155782e92ef2f1fb2cb17836a53d18480c /src | |
| parent | 121f7424dc8c3d9c497a685c3448137793d9f1b5 (diff) | |
Fix long names in notifications too
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/notifications/notifications.scss | 5 |
1 files changed, 5 insertions, 0 deletions
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; |
