mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-05 16:42:29 +03:00
Cleanup breadcrumb divider last item
Modify to hide both padding and leading/trailing whitespace Thanks to https://github.com/holic for suggestion
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
color: #ccc;
|
||||
}
|
||||
&:last-child:after {
|
||||
content: ""; // No divider after last element
|
||||
display: none; // No divider after last element
|
||||
}
|
||||
}
|
||||
> .active {
|
||||
|
||||
Reference in New Issue
Block a user