diff options
| author | Mark Otto <[email protected]> | 2013-08-14 15:26:01 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-14 15:26:01 -0700 |
| commit | 5381ed085c2af4cbacca358a1352145b9bfae48b (patch) | |
| tree | c38ebcc68bded1f3ff528507b1680202fab31fe1 | |
| parent | 4b0590b0e7458b221df5495dd475138484b77832 (diff) | |
| download | bootstrap-5381ed085c2af4cbacca358a1352145b9bfae48b.tar.xz bootstrap-5381ed085c2af4cbacca358a1352145b9bfae48b.zip | |
really fix the pres in scrollable tables
| -rw-r--r-- | assets/css/docs.css | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/assets/css/docs.css b/assets/css/docs.css index a55472cc9..524ad198b 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 { |
