Skip to content

Commit

Permalink
TypographyStylesProvider CSS modification for Paragraphs inside lists
Browse files Browse the repository at this point in the history
Made changes in css which handles paragraphs text alignment
  • Loading branch information
onkar-deshpande authored Dec 6, 2024
1 parent 29f5df2 commit 612287f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,8 @@

& :where(ul, ol):not([data-type='taskList']) {
margin-bottom: var(--mantine-spacing-md);
padding-inline-start: var(--mantine-spacing-lg);
list-style-position: inside;
padding-inline-start: var(--mantine-spacing-xl);
list-style-position: outside;
}

& :where(table) {
Expand Down

0 comments on commit 612287f

Please sign in to comment.