Skip to content

Commit

Permalink
Fix breadcrumb spacing with whitespace (#29745)
Browse files Browse the repository at this point in the history
  • Loading branch information
719media authored and XhmikosR committed Dec 14, 2019
1 parent 52762f8 commit 70de5e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scss/_breadcrumb.scss
Expand Up @@ -10,6 +10,8 @@
}

.breadcrumb-item {
display: flex;

// The separator between breadcrumbs (by default, a forward-slash: "/")
+ .breadcrumb-item {
padding-left: $breadcrumb-item-padding;
Expand Down

0 comments on commit 70de5e8

Please sign in to comment.