mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-21 06:50:24 +00:00
really fix the pres in scrollable tables
This commit is contained in:
parent
4b0590b0e7
commit
5381ed085c
1 changed files with 4 additions and 3 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue