mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-01 13:24:25 +01:00
fix .table-responsive media query; refs #11067
This commit is contained in:
parent
70278a4e4f
commit
5c64ef393c
2
dist/css/bootstrap.css
vendored
2
dist/css/bootstrap.css
vendored
@ -1757,7 +1757,7 @@ table th[class*="col-"] {
|
|||||||
border-color: #f7e1b5;
|
border-color: #f7e1b5;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 768px) {
|
@media (max-width: 767px) {
|
||||||
.table-responsive {
|
.table-responsive {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
|
2
dist/css/bootstrap.min.css
vendored
2
dist/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
@ -171,7 +171,7 @@ table {
|
|||||||
// by enabling horizontal scrolling. Only applies <768px. Everything above that
|
// by enabling horizontal scrolling. Only applies <768px. Everything above that
|
||||||
// will display normally.
|
// will display normally.
|
||||||
|
|
||||||
@media (max-width: @screen-sm-min) {
|
@media (max-width: @screen-xs-max) {
|
||||||
.table-responsive {
|
.table-responsive {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
|
Loading…
Reference in New Issue
Block a user