mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Merge pull request #1658 from mitchellcash/mobile_table
Better table formatting on small screen devices
This commit is contained in:
commit
89ef8e107c
1 changed files with 5 additions and 0 deletions
|
@ -2471,6 +2471,11 @@ h2 .rssicon{
|
||||||
h2{
|
h2{
|
||||||
text-align:center;
|
text-align:center;
|
||||||
}
|
}
|
||||||
|
table{
|
||||||
|
display: block;
|
||||||
|
overflow: scroll;
|
||||||
|
-webkit-overflow-scrolling: touch;
|
||||||
|
}
|
||||||
.toccontent .multicode,
|
.toccontent .multicode,
|
||||||
.toccontent .multicode pre,
|
.toccontent .multicode pre,
|
||||||
.toccontent pre{
|
.toccontent pre{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue