Skip to content

Commit

Permalink
fix: correct nested ol indexing in firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill Omelianenko authored and moki committed Nov 29, 2023
1 parent 0deefb8 commit ff29282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scss/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@
&:not(.yfm_no-list-reset) {
ol {
list-style-type: none;
counter-reset: list;
counter-reset: list-item;

& > li {
position: relative;
Expand Down

0 comments on commit ff29282

Please sign in to comment.