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

Cleanup breadcrumb divider last item

Modify to hide both padding and leading/trailing whitespace
Thanks to https://github.com/holic for suggestion
parent cd06c5ba
Showing with 2 additions and 2 deletions
+2 -2
...@@ -4024,7 +4024,7 @@ button.close { ...@@ -4024,7 +4024,7 @@ button.close {
} }
.breadcrumb > li:last-child:after { .breadcrumb > li:last-child:after {
content: ""; display: none;
} }
.breadcrumb > .active { .breadcrumb > .active {
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
color: #ccc; color: #ccc;
} }
&:last-child:after { &:last-child:after {
content: ""; // No divider after last element display: none; // No divider after last element
} }
} }
> .active { > .active {
......
Supports Markdown
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