From db714ab48a6444785f4b63706d56c50d38dac5ac Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 12 Jun 2019 17:33:29 +0200 Subject: Fix notification overflow --- client/src/app/shared/users/user-notifications.component.scss | 1 + 1 file changed, 1 insertion(+) (limited to 'client/src') diff --git a/client/src/app/shared/users/user-notifications.component.scss b/client/src/app/shared/users/user-notifications.component.scss index 88f38d9cf..0c6c70d98 100644 --- a/client/src/app/shared/users/user-notifications.component.scss +++ b/client/src/app/shared/users/user-notifications.component.scss @@ -14,6 +14,7 @@ font-size: inherit; padding: 15px 5px 15px 10px; border-bottom: 1px solid $separator-border-color; + word-break: break-word; &.unread { background-color: rgba(0, 0, 0, 0.05); -- cgit v1.2.3