diff options
| author | Martijn Cuppens <[email protected]> | 2019-01-08 05:46:29 +0100 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-01-08 06:46:29 +0200 |
| commit | 48fe2c23d33dd8bc81834864254a5f5733953811 (patch) | |
| tree | b1fb825d0e5877bc2d4e266c7294d208e0dd1f0d | |
| parent | b23241480a4f376f667a4f40f330e190dea4b829 (diff) | |
| download | bootstrap-48fe2c23d33dd8bc81834864254a5f5733953811.tar.xz bootstrap-48fe2c23d33dd8bc81834864254a5f5733953811.zip | |
Space fixes (#27997)
| -rw-r--r-- | scss/_navbar.scss | 2 | ||||
| -rw-r--r-- | scss/_print.scss | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/scss/_navbar.scss b/scss/_navbar.scss index 9344a245a..fb26847ee 100644 --- a/scss/_navbar.scss +++ b/scss/_navbar.scss @@ -170,7 +170,7 @@ } .navbar-collapse { - display: flex !important; // stylelint-disable-line declaration-no-important + display: flex !important; // stylelint-disable-line declaration-no-important // Changes flex-bases to auto because of an IE10 bug flex-basis: auto; diff --git a/scss/_print.scss b/scss/_print.scss index 1df948735..61b60b980 100644 --- a/scss/_print.scss +++ b/scss/_print.scss @@ -51,7 +51,7 @@ } pre, blockquote { - border: $border-width solid $gray-500; // Bootstrap custom code; using `$border-width` instead of 1px + border: $border-width solid $gray-500; // Bootstrap custom code; using `$border-width` instead of 1px page-break-inside: avoid; } |
