Full-width markdown table on mobile

This commit is contained in:
Kris 2018-08-08 15:51:11 -04:00
parent 35bef72d4e
commit cc96af07d1

View File

@ -438,4 +438,9 @@ div.ac-wrap {
.md-table { .md-table {
overflow-y: auto; overflow-y: auto;
margin: 1em 0; margin: 1em 0;
.mobile-view & {
table {
width: 100%;
}
}
} }