Prevent text overflow in notification cards

This commit is contained in:
Karina Kwiatek 2021-08-12 15:40:54 +02:00
parent 72e9ca61aa
commit 7869177527
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,6 @@
.notification {
word-break: break-word;
&__user {
margin-top: 0;
}