aboutsummaryrefslogtreecommitdiff
path: root/themes/docsy/assets/vendor/bootstrap/site/docs/4.1/assets/scss/_browser-bugs.scss
blob: f42158b37992ba5defaae2a33944d0a503c356e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// Wall of Browser Bugs
//
// Better display for the responsive table on the Wall of Browser Bugs.

.bd-browser-bugs {
  td p {
    margin-bottom: 0;
  }
  th:first-child {
    width: 18%;
  }
}