Skip to content

Commit

Permalink
Change breadcrumb-item display to block
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Sep 17, 2020
1 parent fec511d commit c1f9e47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_breadcrumb.scss
Expand Up @@ -10,7 +10,7 @@
}

.breadcrumb-item {
display: flex;
display: block; // inline-block adds white space from some HTML formatting, flex has some side effects

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

0 comments on commit c1f9e47

Please sign in to comment.