From 783eced7abfced5f021e9792405b4cfd6a829bb6 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 25 Oct 2014 20:20:24 -0700 Subject: follow up fix for #14837 /cc @hnrch02 --- docs/dist/css/bootstrap.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/dist/css/bootstrap.css') diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css index 4d3734cfb..44b33f6a6 100644 --- a/docs/dist/css/bootstrap.css +++ b/docs/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) { -- cgit v1.2.3