You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have verified that I use latest version of all @mantine/* packages
What version of @mantine/* packages do you have in package.json?
7.14.3
What package has an issue?
@mantine/core
What framework do you use?
Next.js
In which browsers you can reproduce the issue?
Chrome
Describe the bug
Large paragraphs appear on a separate line from bullet points in lists wrapped in a TypographyStylesProvider - for instance in the RichTextEditor example page in the docs, adding extra texts to one of the list items puts the preceding bullet on the previous line. Single-line paragraphs are fine in the RichTextEditor but not in other lists inside the provider.
If possible, include a link to a codesandbox with a minimal reproduction
No response
Possible fix
This seems to have been caused by the following commit 5e03fa3
Self-service
I would be willing to implement a fix for this issue
The text was updated successfully, but these errors were encountered:
QuinnStraus
changed the title
Strange list formatting behavior in when using TypographyStylesProvider
Paragraphs inside lists move to a different line from list bullets when using TypographyStylesProvider
Dec 6, 2024
Dependencies check up
What version of @mantine/* packages do you have in package.json?
7.14.3
What package has an issue?
@mantine/core
What framework do you use?
Next.js
In which browsers you can reproduce the issue?
Chrome
Describe the bug
Large paragraphs appear on a separate line from bullet points in lists wrapped in a TypographyStylesProvider - for instance in the RichTextEditor example page in the docs, adding extra texts to one of the list items puts the preceding bullet on the previous line. Single-line paragraphs are fine in the RichTextEditor but not in other lists inside the provider.
If possible, include a link to a codesandbox with a minimal reproduction
No response
Possible fix
This seems to have been caused by the following commit 5e03fa3
Self-service
The text was updated successfully, but these errors were encountered: