1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-22 05:03:16 +02:00

Update dependencies, including Babel to v6 and zeroUnits fix.

This commit is contained in:
Bardi Harborow
2016-10-07 00:21:05 +11:00
parent e56146e592
commit d57d5a606b
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.