mirror of https://github.com/twbs/bootstrap.git
Do what the comment says; add this only to devices under 768px
This commit is contained in:
parent
08d612f3e4
commit
4c015bf378
|
@ -142,6 +142,7 @@
|
||||||
// will display normally.
|
// will display normally.
|
||||||
|
|
||||||
.table-responsive {
|
.table-responsive {
|
||||||
|
@include media-breakpoint-down(md) {
|
||||||
display: block;
|
display: block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
|
@ -151,4 +152,5 @@
|
||||||
&.table-bordered {
|
&.table-bordered {
|
||||||
border: 0;
|
border: 0;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue