mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-20 10:33:41 -05:00
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 {
|
blockquote {
|
||||||
border-left: 2px solid var(--blockquote-border-color);
|
border-left: 2px solid var(--blockquote-border-color);
|
||||||
padding-left: .5rem;
|
padding-left: .5rem;
|
||||||
|
|
Loading…
Add table
Reference in a new issue