]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fixes overflowing table due to pre
authorMark Otto <otto@github.com>
Wed, 14 Aug 2013 21:30:00 +0000 (14:30 -0700)
committerMark Otto <otto@github.com>
Wed, 14 Aug 2013 21:30:00 +0000 (14:30 -0700)
assets/css/docs.css

index 11c310b70c3c582640f70e3b2e24b631947a033a..a55472cc9eb02454ba6e52af52b63145a8fa3c05 100644 (file)
@@ -578,6 +578,9 @@ 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;