mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-30 12:24:19 +01:00
16 lines
227 B
SCSS
16 lines
227 B
SCSS
//
|
|
// Responsive tests
|
|
//
|
|
|
|
// Responsive (scrollable) doc tables
|
|
.table-responsive .highlight pre {
|
|
white-space: normal;
|
|
}
|
|
|
|
// Utility classes table
|
|
.bd-table th small {
|
|
display: block;
|
|
font-weight: 400;
|
|
color: #999;
|
|
}
|