Fix table wrapping

This commit is contained in:
Rapptz
2020-06-27 07:08:46 -04:00
parent 219dae5a56
commit df57392aea
2 changed files with 24 additions and 17 deletions

View File

@ -804,6 +804,7 @@ dd {
table.docutils {
width: 100%;
table-layout: fixed;
}
table.docutils.footnote {
@ -828,6 +829,7 @@ table.docutils tbody tr td {
border-top: solid 1px var(--table-border);
padding: 7px 5px;
vertical-align: top;
overflow-wrap: break-word;
}
table.docutils tbody tr:last-child th,
table.docutils tbody tr:last-child td {