Wide tables now scroll horizontally, refs #998

This commit is contained in:
Simon Willison 2020-10-21 18:09:01 -07:00
commit 20f8659e2a
3 changed files with 16 additions and 4 deletions

View file

@ -41,6 +41,9 @@ table a:link {
table a:visited {
color: #8f54c4;
}
.table-wrapper {
overflow-x: auto;
}
.small-screen-only,
.select-wrapper.small-screen-only {
display: none;