mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Wide tables now scroll horizontally, refs #998
This commit is contained in:
parent
6e26b05799
commit
20f8659e2a
3 changed files with 16 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue