mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-29 08:14:42 +00:00
Add min-height: 0% to .table-responsive; Fixes #14837
This commit is contained in:
parent
a096c3f6f6
commit
15236f517f
1 changed files with 1 additions and 0 deletions
|
|
@ -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%;
|
||||
|
|
|
|||
Loading…
Reference in a new issue