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

UI Breaks in Breadcrumbs Component on Mobile and Similar Devices #6862

Closed
2 tasks done
ozantekin opened this issue Sep 21, 2024 · 0 comments · Fixed by #6863
Closed
2 tasks done

UI Breaks in Breadcrumbs Component on Mobile and Similar Devices #6862

ozantekin opened this issue Sep 21, 2024 · 0 comments · Fixed by #6863

Comments

@ozantekin
Copy link
Contributor

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.12.2

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

The Breadcrumbs component causes UI issues on mobile and similar devices. When viewed on smaller screens, the layout breaks.

Sample:
Screen Shot 2024-09-21 at 16 11 16 PM

If possible, include a link to a codesandbox with a minimal reproduction

https://codesandbox.io/p/sandbox/mantine-react-template-forked-5ngrmy

Possible fix

Adding flex-wrap: wrap; to the root style could resolve the issue.

Self-service

  • I would be willing to implement a fix for this issue
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