mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-18 10:52:19 +01:00
Fix breadcrumb spacing with whitespace (#29745)
This commit is contained in:
parent
52762f83d8
commit
70de5e8398
@ -10,6 +10,8 @@
|
||||
}
|
||||
|
||||
.breadcrumb-item {
|
||||
display: flex;
|
||||
|
||||
// The separator between breadcrumbs (by default, a forward-slash: "/")
|
||||
+ .breadcrumb-item {
|
||||
padding-left: $breadcrumb-item-padding;
|
||||
|
Loading…
x
Reference in New Issue
Block a user