Fix long word breaking in notifications.
This commit is contained in:
parent
4c5d60ab85
commit
df51d08814
@ -6,6 +6,8 @@
|
||||
border-bottom: 1px solid silver;
|
||||
|
||||
.text {
|
||||
min-width: 0px;
|
||||
word-wrap: break-word;
|
||||
|
||||
.icon-retweet {
|
||||
color: $green;
|
||||
|
Loading…
Reference in New Issue
Block a user