]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Add min-height: 0% to .table-responsive; Fixes #14837 14838/head
authorChris Rebert <code@rebertia.com>
Tue, 21 Oct 2014 00:35:36 +0000 (17:35 -0700)
committerChris Rebert <code@rebertia.com>
Tue, 21 Oct 2014 00:35:36 +0000 (17:35 -0700)
less/tables.less

index 4a578588c28e8e801d774e9c7b3c12386a230170..8b60833be11ceef4d01b68a0aba31d3efb76b03d 100644 (file)
@@ -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%;