Skip to content

Commit ff29282

Browse files
Kirill Omelianenkomoki
Kirill Omelianenko
authored andcommitted
fix: correct nested ol indexing in firefox
1 parent 0deefb8 commit ff29282

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scss/_common.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@
294294
&:not(.yfm_no-list-reset) {
295295
ol {
296296
list-style-type: none;
297-
counter-reset: list;
297+
counter-reset: list-item;
298298

299299
& > li {
300300
position: relative;

0 commit comments

Comments
 (0)