Merge pull request #191 from Retrospring/fix/notification-overflow
Prevent text overflow in notification cards
This commit is contained in:
commit
b2c3a9b596
|
@ -1,4 +1,6 @@
|
|||
.notification {
|
||||
word-break: break-word;
|
||||
|
||||
&__user {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue