Skip to content

Commit

Permalink
[refactor] Fix incorrect tiptap styles for paragraphs in lists
Browse files Browse the repository at this point in the history
  • Loading branch information
rtivital committed Nov 24, 2024
1 parent b78faa0 commit 7aac29f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/@mantine/tiptap/src/RichTextEditor.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
margin: 0;

& li > p {
display: inline-block;
margin: 0;
}

Expand Down

0 comments on commit 7aac29f

Please sign in to comment.