Skip to content

Commit

Permalink
Add min-height: 0% to .table-responsive; Fixes #14837
Browse files Browse the repository at this point in the history
  • Loading branch information
cvrebert committed Oct 21, 2014
1 parent a096c3f commit 15236f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions less/tables.less
Expand Up @@ -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%;
Expand Down

0 comments on commit 15236f5

Please sign in to comment.