From: Mark Otto Date: Wed, 14 Aug 2013 22:26:01 +0000 (-0700) Subject: really fix the pres in scrollable tables X-Git-Tag: v3.0.0~81^2~64^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5381ed085c2af4cbacca358a1352145b9bfae48b;p=thirdparty%2Fbootstrap.git really fix the pres in scrollable tables --- diff --git a/assets/css/docs.css b/assets/css/docs.css index a55472cc9e..524ad198bd 100644 --- a/assets/css/docs.css +++ b/assets/css/docs.css @@ -578,9 +578,6 @@ body { overflow-x: scroll; border: 1px solid #ddd; } - .bs-table-scrollable .highlight pre { - white-space: normal; - } .bs-table-scrollable .table { margin-bottom: 0; border: 0; @@ -602,6 +599,10 @@ body { border-bottom: 0; } } +.bs-table-scrollable .highlight pre { + white-space: normal; +} + /* Related: responsive utilities tables */ .table code {