From 4975f622af2bf499ff6474a51d04db3c367518a3 Mon Sep 17 00:00:00 2001 From: Onkar Deshpande Date: Thu, 12 Dec 2024 10:58:16 +0530 Subject: [PATCH] [@mantine/core] TypographyStylesProvider: Fix incorrect paragraphs inside lists styles (#7226) Made changes in css which handles paragraphs text alignment --- .../TypographyStylesProvider.module.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/@mantine/core/src/components/TypographyStylesProvider/TypographyStylesProvider.module.css b/packages/@mantine/core/src/components/TypographyStylesProvider/TypographyStylesProvider.module.css index 612851a3f9..b0d29e4960 100644 --- a/packages/@mantine/core/src/components/TypographyStylesProvider/TypographyStylesProvider.module.css +++ b/packages/@mantine/core/src/components/TypographyStylesProvider/TypographyStylesProvider.module.css @@ -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) {