fix overflows

This commit is contained in:
Henry Jameson 2022-02-04 14:20:56 +02:00
parent 571e73a346
commit d361a4d7dc
4 changed files with 13 additions and 10 deletions

View file

@ -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;