Skip to content

Commit 5e03fa3

Browse files
committed
[@mantine/core] TypographyStylesProvider: Fix incorrect lists styles
1 parent e0bd74c commit 5e03fa3

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

packages/@mantine/core/src/components/TypographyStylesProvider/TypographyStylesProvider.module.css

+2-5
Original file line numberDiff line numberDiff line change
@@ -174,11 +174,8 @@
174174

175175
& :where(ul, ol):not([data-type='taskList']) {
176176
margin-bottom: var(--mantine-spacing-md);
177-
padding-inline-start: 38px;
178-
179-
& :where(li) {
180-
margin-bottom: var(--mantine-spacing-xs);
181-
}
177+
padding-inline-start: var(--mantine-spacing-lg);
178+
list-style-position: inside;
182179
}
183180

184181
& :where(table) {

0 commit comments

Comments
 (0)