mirror of
https://github.com/jekyll/jekyll.git
synced 2026-04-06 03:01:43 -04:00
padding should be even when table fits without overflow
This commit is contained in:
@@ -821,6 +821,6 @@ code.option, code.flag, code.filter, code.output {
|
||||
.mobile-side-scroller {
|
||||
overflow-x: scroll;
|
||||
margin: 0 -40px;
|
||||
padding-left: 10px;
|
||||
padding: 0 10px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user