Skip to content

Commit

Permalink
fix(NcRichText): increase padding for list items
Browse files Browse the repository at this point in the history
- closer to native ~40px from user agent

Signed-off-by: Maksim Sukharev <[email protected]>
  • Loading branch information
Antreesy committed Jan 29, 2025
1 parent 738a528 commit bc2ae5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NcRichText/richtext.scss
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
}

ul, ol {
padding-inline-start: 15px;
padding-inline-start: 4ch;
}

ul {
Expand Down

0 comments on commit bc2ae5a

Please sign in to comment.