diff options
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%; |
