Skip to content

Commit

Permalink
Fix breadcrumb spacing with whitespace (twbs#29745)
Browse files Browse the repository at this point in the history
  • Loading branch information
719media authored and olsza committed Oct 3, 2020
1 parent e27d15b commit 5c69961
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-x;
Expand Down

0 comments on commit 5c69961

Please sign in to comment.