forked from Mirrors/gomuks
web/timeline: revert overflow wrap for tables
This commit is contained in:
parent
c2d0020c8c
commit
25e86fd381
1 changed files with 5 additions and 0 deletions
|
@ -99,6 +99,11 @@ div.html-body {
|
|||
}
|
||||
}
|
||||
|
||||
table {
|
||||
/* Message content has overflow wrap anywhere, but for tables that's not very nice */
|
||||
overflow-wrap: initial;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
border-left: 2px solid var(--blockquote-border-color);
|
||||
padding-left: .5rem;
|
||||
|
|
Loading…
Add table
Reference in a new issue