mantinedev / mantine

A fully featured React components library
https://mantine.dev
MIT License
26.26k stars 1.86k forks source link

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

Closed ozantekin closed 3 days ago

ozantekin commented 6 days ago

Dependencies check up

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