padding should be even when table fits without overflow
This commit is contained in:
parent
fb642bb97f
commit
951cb11d48
|
@ -821,6 +821,6 @@ code.option, code.flag, code.filter, code.output {
|
||||||
.mobile-side-scroller {
|
.mobile-side-scroller {
|
||||||
overflow-x: scroll;
|
overflow-x: scroll;
|
||||||
margin: 0 -40px;
|
margin: 0 -40px;
|
||||||
padding-left: 10px;
|
padding: 0 10px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue