aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-14 15:26:01 -0700
committerMark Otto <[email protected]>2013-08-14 15:26:01 -0700
commit5381ed085c2af4cbacca358a1352145b9bfae48b (patch)
treec38ebcc68bded1f3ff528507b1680202fab31fe1 /assets
parent4b0590b0e7458b221df5495dd475138484b77832 (diff)
downloadbootstrap-5381ed085c2af4cbacca358a1352145b9bfae48b.tar.xz
bootstrap-5381ed085c2af4cbacca358a1352145b9bfae48b.zip
really fix the pres in scrollable tables
Diffstat (limited to 'assets')
-rw-r--r--assets/css/docs.css7
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 {