mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-17 11:00:56 +02:00
Fix breadcrumb spacing with whitespace (#29745)
This commit is contained in:
committed by
Martijn Cuppens
parent
1dc3901979
commit
d7203bac3b
@@ -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;
|
||||||
|
Reference in New Issue
Block a user