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 MartijnCuppens committed Nov 28, 2019
1 parent 1dc3901 commit d7203ba
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 { .breadcrumb-item {
display: flex;

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

0 comments on commit d7203ba

Please sign in to comment.