diff options
| author | Henry Jameson <me@hjkos.com> | 2022-02-04 14:20:56 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-02-04 14:20:56 +0200 |
| commit | d361a4d7dc18bd7c722ed76a894ebee8e5a50ed5 (patch) | |
| tree | f3c4c272c22494d66f8e42a68f5bbb3c31c56938 /src/components/status/status.scss | |
| parent | 571e73a346996f1bcdecb6545b44351a65fee3cb (diff) | |
fix overflows
Diffstat (limited to 'src/components/status/status.scss')
| -rw-r--r-- | src/components/status/status.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/status/status.scss b/src/components/status/status.scss index 0f527def..2028ade9 100644 --- a/src/components/status/status.scss +++ b/src/components/status/status.scss @@ -5,6 +5,8 @@ $status-margin: 0.75em; .Status { min-width: 0; white-space: normal; + word-wrap: break-word; + word-break: break-word; &:hover { --_still-image-img-visibility: visible; |
