Skip to content

Commit 35c0448

Browse files
Reinstate numbers for ol elements (#1256)
1 parent 71a9bac commit 35c0448

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/common/documentation-styles.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ export const docStylesClass = css({
1717
// `outside`, which would silently win over the inherited value.
1818
listStylePosition: "inside",
1919
"& ol": {
20+
listStyleType: "decimal",
2021
pl: "3",
2122
listStylePosition: "inside",
2223
},

0 commit comments

Comments
 (0)