Commit 8d3dbe78 authored by Mark Otto's avatar Mark Otto

fixes overflowing table due to pre

parent b02e80c6
...@@ -578,6 +578,9 @@ body { ...@@ -578,6 +578,9 @@ 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;
......
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