aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-06-12 17:33:29 +0200
committerChocobozzz <me@florianbigard.com>2019-06-13 09:21:18 +0200
commitdb714ab48a6444785f4b63706d56c50d38dac5ac (patch)
tree35c9d6bc6d09f5f48348b0e112237cd2e07ca51b /client/src/app/shared
parent00aa1f0d9b9a976a102773cb520f2464ef5c7540 (diff)
downloadPeerTube-db714ab48a6444785f4b63706d56c50d38dac5ac.tar.gz
PeerTube-db714ab48a6444785f4b63706d56c50d38dac5ac.tar.zst
PeerTube-db714ab48a6444785f4b63706d56c50d38dac5ac.zip
Fix notification overflow
Diffstat (limited to 'client/src/app/shared')
-rw-r--r--client/src/app/shared/users/user-notifications.component.scss1
1 files changed, 1 insertions, 0 deletions
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 @@
14 font-size: inherit; 14 font-size: inherit;
15 padding: 15px 5px 15px 10px; 15 padding: 15px 5px 15px 10px;
16 border-bottom: 1px solid $separator-border-color; 16 border-bottom: 1px solid $separator-border-color;
17 word-break: break-word;
17 18
18 &.unread { 19 &.unread {
19 background-color: rgba(0, 0, 0, 0.05); 20 background-color: rgba(0, 0, 0, 0.05);