Scroll overflowing tables (fixes #469)

This commit is contained in:
spikecodes 2022-04-02 21:24:20 -07:00
parent a9ef5bc08b
commit 47ab857103
No known key found for this signature in database
GPG key ID: 004CECFF9B463BCB
3 changed files with 57 additions and 42 deletions

View file

@ -1318,6 +1318,8 @@ input[type="submit"] {
.md table {
margin: 5px;
overflow-x: auto;
display: block;
max-width: fit-content;
}
.md code {