aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-10-25 20:20:24 -0700
committerMark Otto <[email protected]>2014-10-25 20:20:24 -0700
commit783eced7abfced5f021e9792405b4cfd6a829bb6 (patch)
tree49e4aa101ba559642521741592dbd134cf093d10 /less
parent5f2e6fa58bf15984068ec5ce7c1093b628105f7f (diff)
downloadbootstrap-783eced7abfced5f021e9792405b4cfd6a829bb6.tar.xz
bootstrap-783eced7abfced5f021e9792405b4cfd6a829bb6.zip
follow up fix for #14837 /cc @hnrch02
Diffstat (limited to 'less')
-rw-r--r--less/tables.less2
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%;