diff options
| author | Mark Otto <[email protected]> | 2014-10-25 20:20:24 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-10-25 20:20:24 -0700 |
| commit | 783eced7abfced5f021e9792405b4cfd6a829bb6 (patch) | |
| tree | 49e4aa101ba559642521741592dbd134cf093d10 /less | |
| parent | 5f2e6fa58bf15984068ec5ce7c1093b628105f7f (diff) | |
| download | bootstrap-783eced7abfced5f021e9792405b4cfd6a829bb6.tar.xz bootstrap-783eced7abfced5f021e9792405b4cfd6a829bb6.zip | |
follow up fix for #14837 /cc @hnrch02
Diffstat (limited to 'less')
| -rw-r--r-- | less/tables.less | 2 |
1 files changed, 1 insertions, 1 deletions
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%; |
