Commit 5381ed08 authored by Mark Otto's avatar Mark Otto

really fix the pres in scrollable tables

parent 4b0590b0
...@@ -578,9 +578,6 @@ body { ...@@ -578,9 +578,6 @@ body {
overflow-x: scroll; overflow-x: scroll;
border: 1px solid #ddd; border: 1px solid #ddd;
} }
.bs-table-scrollable .highlight pre {
white-space: normal;
}
.bs-table-scrollable .table { .bs-table-scrollable .table {
margin-bottom: 0; margin-bottom: 0;
border: 0; border: 0;
...@@ -602,6 +599,10 @@ body { ...@@ -602,6 +599,10 @@ body {
border-bottom: 0; border-bottom: 0;
} }
} }
.bs-table-scrollable .highlight pre {
white-space: normal;
}
/* Related: responsive utilities tables */ /* Related: responsive utilities tables */
.table code { .table code {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment