Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-rubygem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Mazovetskiy <glex.spb@gmail.com>2014-10-28 06:01:42 +0300
committerGleb Mazovetskiy <glex.spb@gmail.com>2014-10-28 06:01:42 +0300
commitfb65c6a1376d0075b19d29c1fe6e6d364e6b10c2 (patch)
tree31df6ac63542cfdf565a16f4dcf88179e6876a3f /assets/stylesheets/bootstrap/_tables.scss
parent3d33a2266188389654ed6bbd418a19a3ad32fa70 (diff)
rake convert
Diffstat (limited to 'assets/stylesheets/bootstrap/_tables.scss')
-rw-r--r--assets/stylesheets/bootstrap/_tables.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/stylesheets/bootstrap/_tables.scss b/assets/stylesheets/bootstrap/_tables.scss
index 5129b12..a575ff1 100644
--- a/assets/stylesheets/bootstrap/_tables.scss
+++ b/assets/stylesheets/bootstrap/_tables.scss
@@ -170,7 +170,7 @@ table {
.table-responsive {
overflow-x: auto;
- min-height: 0%; // Workaround for IE9 bug (see https://github.com/twbs/bootstrap/issues/14837)
+ min-height: 0.01%; // Workaround for IE9 bug (see https://github.com/twbs/bootstrap/issues/14837)
@media screen and (max-width: $screen-xs-max) {
width: 100%;