diff options
| author | Alex <caskd@420blaze.it> | 2020-03-14 19:41:38 +0000 |
|---|---|---|
| committer | Alex <caskd@420blaze.it> | 2020-03-14 19:41:38 +0000 |
| commit | b9820b84a14119f3a7a4e1f663927b1ad455a5c2 (patch) | |
| tree | 45a80b9be050c78501d1df689b24ada4a278d5a5 /src/components/notifications/notifications.scss | |
| parent | ed0b240e29953cea8922af8b2d05ca392c8359f3 (diff) | |
Prevent overflow for long usernames/domains
Diffstat (limited to 'src/components/notifications/notifications.scss')
| -rw-r--r-- | src/components/notifications/notifications.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/notifications/notifications.scss b/src/components/notifications/notifications.scss index f5b13322..a8f4430f 100644 --- a/src/components/notifications/notifications.scss +++ b/src/components/notifications/notifications.scss @@ -81,6 +81,7 @@ .follow-text, .move-text { padding: 0.5em 0; + overflow-wrap: break-word; } .status-el { |
