mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-20 10:33:41 -05:00
web/timeline: add overflow wrap for message bodies
This commit is contained in:
parent
90e68875f1
commit
747a015bcc
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ div.timeline-event {
|
|||
width: 100%;
|
||||
max-width: 100%;
|
||||
overflow: hidden;
|
||||
overflow-wrap: anywhere;
|
||||
display: grid;
|
||||
margin-top: .5rem;
|
||||
grid-template:
|
||||
|
|
Loading…
Add table
Reference in a new issue