diff options
Diffstat (limited to 'docs/assets/less/docs.less')
| -rw-r--r-- | docs/assets/less/docs.less | 20 |
1 files changed, 13 insertions, 7 deletions
diff --git a/docs/assets/less/docs.less b/docs/assets/less/docs.less index 2c19f07ca..3a78f679f 100644 --- a/docs/assets/less/docs.less +++ b/docs/assets/less/docs.less @@ -840,6 +840,19 @@ body { } +// Wall of Browser Bugs +// +// Better display for the responsive table on the Wall of Browser Bugs. + +.bs-docs-browser-bugs { + td p { + margin-bottom: 0; + } + th:first-child { + width: 18%; + } +} + // // Grid examples // @@ -1232,13 +1245,6 @@ body { font-weight: normal; } -.bs-customizer-input { - float: left; - width: 33.333333%; - padding-right: 1rem; - padding-left: 1rem; -} - // Downloads .bs-customize-download .btn-outline { padding: 20px; |
