forked from AkkomaGang/akkoma-fe
Fix long word breaking in notifications.
This commit is contained in:
parent
4c5d60ab85
commit
df51d08814
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@
|
|||
border-bottom: 1px solid silver;
|
||||
|
||||
.text {
|
||||
min-width: 0px;
|
||||
word-wrap: break-word;
|
||||
|
||||
.icon-retweet {
|
||||
color: $green;
|
||||
|
|
Loading…
Reference in a new issue