2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-24 14:04:09 +03:00

Fix breadcrumb spacing with whitespace (#29745)

This commit is contained in:
719media
2019-11-28 09:54:34 -08:00
committed by Martijn Cuppens
parent 1dc3901979
commit d7203bac3b
+2
View File
@@ -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;