make messages cut off less on smaller viewports (still not fully fixed)
This commit is contained in:
parent
186fcb1779
commit
8bb4efb638
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
align-items: flex-start;
|
||||
overflow-x: hidden;
|
||||
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 {
|
||||
|
|
Loading…
Reference in a new issue