diff options
| author | Roger Braun <roger@rogerbraun.net> | 2016-12-02 01:54:04 +0100 |
|---|---|---|
| committer | Roger Braun <roger@rogerbraun.net> | 2016-12-02 01:54:04 +0100 |
| commit | df51d088142476c71272e175f4b486b97fd33b91 (patch) | |
| tree | 99e63d816c9af3a181b92a93be7e70d27fbeba8f | |
| parent | 4c5d60ab850b5d553cc5076bad0665029be45c0b (diff) | |
Fix long word breaking in notifications.
| -rw-r--r-- | src/components/notifications/notifications.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/notifications/notifications.scss b/src/components/notifications/notifications.scss index 4454d6b6..687a4f0f 100644 --- a/src/components/notifications/notifications.scss +++ b/src/components/notifications/notifications.scss @@ -6,6 +6,8 @@ border-bottom: 1px solid silver; .text { + min-width: 0px; + word-wrap: break-word; .icon-retweet { color: $green; |
