mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-24 00:10:24 +00: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:
parent
cd06c5baac
commit
447be1b326
2 changed files with 2 additions and 2 deletions
2
docs/assets/css/bootstrap.css
vendored
2
docs/assets/css/bootstrap.css
vendored
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue