Prevent text overflow in notification cards
This commit is contained in:
parent
72e9ca61aa
commit
7869177527
|
@ -1,4 +1,6 @@
|
|||
.notification {
|
||||
word-break: break-word;
|
||||
|
||||
&__user {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue