diff options
| -rw-r--r-- | less/tables.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/less/tables.less b/less/tables.less index 4a578588c..8b60833be 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%; |
