Fix wide tables that overflow parent container

Close #2008
This commit is contained in:
Michael Rose
2019-01-01 18:31:32 -05:00
parent 47450e8d08
commit 1cd1e7112a
3 changed files with 4 additions and 0 deletions

View File

@ -3,11 +3,13 @@
========================================================================== */
table {
display: block;
margin-bottom: 1em;
width: 100%;
font-family: $global-font-family;
font-size: $type-size-6;
border-collapse: collapse;
overflow-x: auto;
& + table {
margin-top: 1em;