aboutsummaryrefslogtreecommitdiff
path: root/assets/scss/_responsive-tests.scss
blob: be5e5320af30f7466e872f2c90f8e945ab018b16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//
// 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;
}