Skip to content

Commit

Permalink
Space fixes (twbs#27997)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartijnCuppens authored and XhmikosR committed Jan 8, 2019
1 parent b232414 commit 48fe2c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scss/_navbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion scss/_print.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 48fe2c2

Please sign in to comment.