mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-02 14:24:19 +01:00
fix markdown docs tables
This commit is contained in:
parent
374c45048c
commit
b1b2cfbc9d
@ -6,11 +6,15 @@
|
|||||||
|
|
||||||
.bd-content {
|
.bd-content {
|
||||||
> table {
|
> table {
|
||||||
display: block;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
margin-bottom: 1rem;
|
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
|
// Cells
|
||||||
> thead,
|
> thead,
|
||||||
|
Loading…
Reference in New Issue
Block a user