Commit 447be1b3 authored by Robert Burns's avatar Robert Burns

Cleanup breadcrumb divider last item

Modify to hide both padding and leading/trailing whitespace
Thanks to https://github.com/holic for suggestion
parent cd06c5ba
......@@ -4024,7 +4024,7 @@ button.close {
}
.breadcrumb > li:last-child:after {
content: "";
display: none;
}
.breadcrumb > .active {
......
......@@ -19,7 +19,7 @@
color: #ccc;
}
&:last-child:after {
content: ""; // No divider after last element
display: none; // No divider after last element
}
}
> .active {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment