mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-13 21:33:20 +01:00
Prevent text overflow in notification cards
This commit is contained in:
parent
72e9ca61aa
commit
7869177527
1 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,6 @@
|
|||
.notification {
|
||||
word-break: break-word;
|
||||
|
||||
&__user {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue