1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-18 05:58:25 +01:00

fixes overflowing table due to pre

This commit is contained in:
Mark Otto 2013-08-14 14:30:00 -07:00
parent b02e80c6fb
commit 8d3dbe78c6

View 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;