]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
really fix the pres in scrollable tables
authorMark Otto <otto@github.com>
Wed, 14 Aug 2013 22:26:01 +0000 (15:26 -0700)
committerMark Otto <otto@github.com>
Wed, 14 Aug 2013 22:26:01 +0000 (15:26 -0700)
assets/css/docs.css

index a55472cc9eb02454ba6e52af52b63145a8fa3c05..524ad198bd0236633b8569df2699391f908a5904 100644 (file)
@@ -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 {