Skip to content

Commit

Permalink
[@mantine/core] TypographyStylesProvider: Fix incorrect paragraphs in…
Browse files Browse the repository at this point in the history
…side lists styles (#7226)

Made changes in css which handles paragraphs text alignment
  • Loading branch information
onkar-deshpande authored Dec 12, 2024
1 parent 2ec7715 commit 4975f62
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 4975f62

Please sign in to comment.