diff options
| author | Henry Jameson <me@hjkos.com> | 2018-04-08 04:23:43 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2018-04-08 04:23:43 +0300 |
| commit | 38d366f9aaee189b6ad48edea189e1d8b7f66ed6 (patch) | |
| tree | aa82e8b947135222d4b0f42f1641c9dc7cafb27a /src/components/notifications/notifications.scss | |
| parent | 59a05081c5ab6250a51b58a44c6b11245c7c79c4 (diff) | |
some more improvements. changed the way user-card is layout, but should look the
same, except that longer user names should be properly ellipsis-ed.
Diffstat (limited to 'src/components/notifications/notifications.scss')
| -rw-r--r-- | src/components/notifications/notifications.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/components/notifications/notifications.scss b/src/components/notifications/notifications.scss index e9a60a93..3b7403e4 100644 --- a/src/components/notifications/notifications.scss +++ b/src/components/notifications/notifications.scss @@ -64,6 +64,10 @@ background: linear-gradient(to bottom, rgba(0, 0, 0, 0), var(--bg, $fallback--bg) 80%) } + time { + white-space: nowrap; + } + .text { min-width: 0px; word-wrap: break-word; |
