forked from Mirrors/gomuks
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%;
|
width: 100%;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
overflow-wrap: anywhere;
|
||||||
display: grid;
|
display: grid;
|
||||||
margin-top: .5rem;
|
margin-top: .5rem;
|
||||||
grid-template:
|
grid-template:
|
||||||
|
|
Loading…
Add table
Reference in a new issue