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