diff options
| author | Mark Otto <[email protected]> | 2014-10-25 20:20:24 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-10-25 20:20:24 -0700 |
| commit | 783eced7abfced5f021e9792405b4cfd6a829bb6 (patch) | |
| tree | 49e4aa101ba559642521741592dbd134cf093d10 /dist/css/bootstrap.css | |
| parent | 5f2e6fa58bf15984068ec5ce7c1093b628105f7f (diff) | |
| download | bootstrap-783eced7abfced5f021e9792405b4cfd6a829bb6.tar.xz bootstrap-783eced7abfced5f021e9792405b4cfd6a829bb6.zip | |
follow up fix for #14837 /cc @hnrch02
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 4d3734cfb..44b33f6a6 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -2246,7 +2246,7 @@ table th[class*="col-"] { background-color: #ebcccc; } .table-responsive { - min-height: 0; + min-height: .01%; overflow-x: auto; } @media screen and (max-width: 767px) { |
