Skip to content

Commit

Permalink
fix: ol decimal render issue #189
Browse files Browse the repository at this point in the history
  • Loading branch information
Blinko committed Nov 27, 2024
1 parent 5cc6291 commit 766c600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ div[id^="radix-"][role="dialog"] {
}

.prose :where(ol):not(:where([class~=not-prose], [class~=not-prose] *)) {
list-style-type: auto;
list-style-type: decimal!important;
padding-inline-start: 15px;
margin-bottom: 0;
margin-top: 0;
Expand Down

0 comments on commit 766c600

Please sign in to comment.