1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-27 07:14:36 +02:00

Merge pull request #20555 from bardiharborow/updatedeps

Update dependencies, including Babel to v6 and zeroUnits fix.
This commit is contained in:
Mark Otto
2016-10-09 17:08:39 -07:00
committed by GitHub
19 changed files with 4129 additions and 2913 deletions

View File

@@ -143,7 +143,7 @@
.table-responsive {
display: block;
width: 100%;
min-height: .01%; // Workaround for IE9 bug (see https://github.com/twbs/bootstrap/issues/14837)
min-height: 0%; // Workaround for IE9 bug (see https://github.com/twbs/bootstrap/issues/14837)
overflow-x: auto;
// TODO: find out if we need this still.