web/timeline: revert overflow wrap for tables

This commit is contained in:
Tulir Asokan 2024-11-09 20:54:59 +02:00
parent c2d0020c8c
commit 25e86fd381

View file

@ -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;