From: Chris Rebert Date: Tue, 21 Oct 2014 00:35:36 +0000 (-0700) Subject: Add min-height: 0% to .table-responsive; Fixes #14837 X-Git-Tag: v3.3.0~83^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15236f517fae038526ad9d906ab2055c32e101e9;p=thirdparty%2Fbootstrap.git Add min-height: 0% to .table-responsive; Fixes #14837 --- diff --git a/less/tables.less b/less/tables.less index 4a578588c2..8b60833be1 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%;