Skip to content

Commit

Permalink
Merge pull request #545 from gselderslaghs/collapsible-leading-badge
Browse files Browse the repository at this point in the history
enhancement(Collapsible) additional styling for leading badge in coll…
  • Loading branch information
wuda-io authored Dec 21, 2024
2 parents c24f233 + f9c63d9 commit 58994c9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sass/components/_badges.scss
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ nav ul a span.badge {

.collapsible span.badge {
margin-left: auto;

&.leading {
margin-right: 7px;
order: -1;
}
}

.collapsible .active span.badge:not(.new) {
Expand Down

0 comments on commit 58994c9

Please sign in to comment.