2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

fix broken breadcrumb divider

This commit is contained in:
Mark Otto
2015-01-19 16:08:48 -08:00
parent 21dc9b1f57
commit dfdb99c989
9 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
padding-right: .5rem;
padding-left: .5rem;
color: $breadcrumb-divider-color;
content: "#{breadcrumb-divider}\00a0"; // Unicode space added since inline-block means non-collapsing white-space
content: "#{$breadcrumb-divider}\00a0"; // Unicode space added since inline-block means non-collapsing white-space
}
}