Fix long word breaking in notifications.

このコミットが含まれているのは:
Roger Braun 2016-12-02 01:54:04 +01:00
コミット df51d08814
1個のファイルの変更2行の追加0行の削除

ファイルの表示

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