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
1 changed files with 2 additions and 0 deletions

View File

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