Skip to content

Commit

Permalink
Improve list styles padding
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalbase committed Oct 11, 2024
1 parent cd26223 commit a47e509
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions components/RichText/styles.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,14 @@
.numberedList,
.htmlContent ul,
.htmlContent ol {
margin: 0 auto $spacing-4;
padding-left: $spacing-5;
margin: 0 auto $spacing-2;
padding-left: $spacing-3;
}

.numberedList,
.htmlContent ol {
list-style-type: decimal;
padding-inline-start: 20px;

ol {
list-style-type: lower-latin;
Expand Down

0 comments on commit a47e509

Please sign in to comment.