Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Paragraphs inside lists move to a different line from list bullets when using TypographyStylesProvider #7223

Closed
1 of 2 tasks
QuinnStraus opened this issue Dec 5, 2024 · 0 comments · Fixed by #7226
Closed
1 of 2 tasks

Comments

@QuinnStraus
Copy link
Contributor

QuinnStraus commented Dec 5, 2024

Dependencies check up

  • 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
@QuinnStraus 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant