From 783eced7abfced5f021e9792405b4cfd6a829bb6 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 25 Oct 2014 20:20:24 -0700 Subject: follow up fix for #14837 /cc @hnrch02 --- less/tables.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'less') diff --git a/less/tables.less b/less/tables.less index 8b60833be..ba24498a3 100644 --- a/less/tables.less +++ b/less/tables.less @@ -170,7 +170,7 @@ table { .table-responsive { overflow-x: auto; - min-height: 0%; // Workaround for IE9 bug (see https://github.com/twbs/bootstrap/issues/14837) + min-height: 0.01%; // Workaround for IE9 bug (see https://github.com/twbs/bootstrap/issues/14837) @media screen and (max-width: @screen-xs-max) { width: 100%; -- cgit v1.2.3