1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-28 23:59:53 +02: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) {