From 48fe2c23d33dd8bc81834864254a5f5733953811 Mon Sep 17 00:00:00 2001 From: Martijn Cuppens Date: Tue, 8 Jan 2019 05:46:29 +0100 Subject: [PATCH] Space fixes (#27997) --- scss/_navbar.scss | 2 +- scss/_print.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scss/_navbar.scss b/scss/_navbar.scss index 9344a245ad..fb26847ee5 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 1df9487358..61b60b9807 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; }