Make tables scroll if they overflow.

This commit is contained in:
Rapptz
2020-06-27 07:51:17 -04:00
parent 92fffb5daa
commit 022a341476
2 changed files with 12 additions and 0 deletions

View File

@ -804,6 +804,10 @@ dd {
background-color: var(--api-entry-background);
}
.table-wrapper {
overflow-x: auto;
}
table.docutils {
width: 100%;
}