1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

follow up fix for #14837 /cc @hnrch02

This commit is contained in:
Mark Otto 2014-10-25 20:20:24 -07:00
parent 5f2e6fa58b
commit 783eced7ab
9 changed files with 9 additions and 9 deletions

View file

@ -2246,7 +2246,7 @@ table th[class*="col-"] {
background-color: #ebcccc;
}
.table-responsive {
min-height: 0;
min-height: .01%;
overflow-x: auto;
}
@media screen and (max-width: 767px) {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -2246,7 +2246,7 @@ table th[class*="col-"] {
background-color: #ebcccc;
}
.table-responsive {
min-height: 0;
min-height: .01%;
overflow-x: auto;
}
@media screen and (max-width: 767px) {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -170,7 +170,7 @@ table {
.table-responsive {
overflow-x: auto;
min-height: 0%; // Workaround for IE9 bug (see https://github.com/twbs/bootstrap/issues/14837)
min-height: 0.01%; // Workaround for IE9 bug (see https://github.com/twbs/bootstrap/issues/14837)
@media screen and (max-width: @screen-xs-max) {
width: 100%;