Skip to content

Commit

Permalink
Apply list group numbering to all items (#35822)
Browse files Browse the repository at this point in the history
  • Loading branch information
chefarbeiter authored Feb 17, 2022
1 parent f7f450e commit 546e34c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_list-group.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
list-style-type: none;
counter-reset: section;

> li::before {
> .list-group-item::before {
// Increments only this instance of the section counter
content: counters(section, ".") ". ";
counter-increment: section;
Expand Down

0 comments on commit 546e34c

Please sign in to comment.