Fix long word breaking in notifications.

This commit is contained in:
Roger Braun 2016-12-02 01:54:04 +01:00
parent 4c5d60ab85
commit df51d08814

View file

@ -6,6 +6,8 @@
border-bottom: 1px solid silver; border-bottom: 1px solid silver;
.text { .text {
min-width: 0px;
word-wrap: break-word;
.icon-retweet { .icon-retweet {
color: $green; color: $green;