aboutsummaryrefslogtreecommitdiff
path: root/src/components/notifications/notifications.scss
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2018-04-08 04:23:43 +0300
committerHenry Jameson <me@hjkos.com>2018-04-08 04:23:43 +0300
commit38d366f9aaee189b6ad48edea189e1d8b7f66ed6 (patch)
treeaa82e8b947135222d4b0f42f1641c9dc7cafb27a /src/components/notifications/notifications.scss
parent59a05081c5ab6250a51b58a44c6b11245c7c79c4 (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.scss4
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;