aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-10-20 17:35:36 -0700
committerChris Rebert <[email protected]>2014-10-20 17:35:36 -0700
commit15236f517fae038526ad9d906ab2055c32e101e9 (patch)
tree47b421dc440f2799b93b379d02d855682a15c1d2
parenta096c3f6f66c3ce5d0517ef712479a9db22e6beb (diff)
downloadbootstrap-15236f517fae038526ad9d906ab2055c32e101e9.tar.xz
bootstrap-15236f517fae038526ad9d906ab2055c32e101e9.zip
Add min-height: 0% to .table-responsive; Fixes #14837
-rw-r--r--less/tables.less1
1 files changed, 1 insertions, 0 deletions
diff --git a/less/tables.less b/less/tables.less
index 4a578588c..8b60833be 100644
--- a/less/tables.less
+++ b/less/tables.less
@@ -170,6 +170,7 @@ table {
.table-responsive {
overflow-x: auto;
+ min-height: 0%; // Workaround for IE9 bug (see https://github.com/twbs/bootstrap/issues/14837)
@media screen and (max-width: @screen-xs-max) {
width: 100%;