Merge pull request #191 from Retrospring/fix/notification-overflow

Prevent text overflow in notification cards
This commit is contained in:
Karina Kwiatek 2021-08-12 16:22:44 +02:00 committed by GitHub
commit b2c3a9b596
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

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