0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00

fix markdown docs tables

This commit is contained in:
Mark Otto 2017-03-19 17:37:38 -07:00 committed by Mark Otto
parent 374c45048c
commit b1b2cfbc9d

View File

@ -6,11 +6,15 @@
.bd-content {
> table {
display: block;
width: 100%;
max-width: 100%;
margin-bottom: 1rem;
overflow-y: auto;
@include media-breakpoint-down(md) {
display: block;
overflow-x: auto;
-ms-overflow-style: -ms-autohiding-scrollbar; // See https://github.com/twbs/bootstrap/pull/10057
}
// Cells
> thead,