Apply list group numbering to all items (#35822)

This commit is contained in:
Jann Westermann 2022-02-18 00:17:37 +01:00 committed by GitHub
parent f7f450ec59
commit 546e34cf85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;