diff --git a/less/tables.less b/less/tables.less index 4a578588c28e..8b60833be11c 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%;