Skip to content

Commit 5cad3be

Browse files
committed
Fix of numbered list styling in contentful ContentBlocks
Fix for #1121
1 parent 3a996dc commit 5cad3be

File tree

1 file changed

+4
-0
lines changed
  • src/shared/components/Contentful/ContentBlock/themes

1 file changed

+4
-0
lines changed

src/shared/components/Contentful/ContentBlock/themes/default.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@
7676
list-style-type: disc;
7777
}
7878

79+
ol {
80+
list-style-type: decimal;
81+
}
82+
7983
img {
8084
max-width: 100%;
8185
}

0 commit comments

Comments
 (0)