Fix breadcrumb spacing with whitespace (#29745)
This commit is contained in:
parent
1dc3901979
commit
d7203bac3b
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue