]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Space fixes (#27997)
authorMartijn Cuppens <martijn.cuppens@gmail.com>
Tue, 8 Jan 2019 04:46:29 +0000 (05:46 +0100)
committerXhmikosR <xhmikosr@gmail.com>
Tue, 8 Jan 2019 04:46:29 +0000 (06:46 +0200)
scss/_navbar.scss
scss/_print.scss

index 9344a245adebc4bc9a489d4a680bd8792afec127..fb26847ee5ffbd83305cd4b1f19a97d03feaa619 100644 (file)
         }
 
         .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;
index 1df9487358210354b8a12558056daa0b2be59ae8..61b60b9807c77031ee90d82a1b1df45645da307e 100644 (file)
@@ -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;
     }