Style bootstrap 4 markdown tables

This commit is contained in:
Clement Ho 2018-06-01 00:27:53 +00:00 committed by Annabel Gray
parent c0bac47d3d
commit ff4b5226e7
1 changed files with 12 additions and 3 deletions

View File

@ -19,14 +19,23 @@
width: auto;
display: inline-block;
overflow-x: auto;
border-left: 0;
border-right: 0;
border-bottom: 0;
border: 0;
border-color: $md-area-border;
@supports(width: fit-content) {
display: block;
width: fit-content;
}
tr {
th {
border-bottom: solid 2px $md-area-border;
}
td {
border-color: $md-area-border;
}
}
}
/*