make messages cut off less on smaller viewports (still not fully fixed)

This commit is contained in:
hippoz 2022-09-01 20:49:55 +03:00
parent 186fcb1779
commit 8bb4efb638
Signed by: hippoz
GPG key ID: 7C52899193467641

View file

@ -24,7 +24,7 @@
align-items: flex-start; align-items: flex-start;
overflow-x: hidden; overflow-x: hidden;
word-break: break-all; word-break: break-all;
padding: var(--space-xxs) var(--space-normplus) var(--space-xxs) var(--space-normplus); padding: var(--space-xxs) var(--space-xxs) var(--space-xxs) var(--space-normplus);
} }
.message.pinged { .message.pinged {