mantinedev / mantine

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

[@mantine/core] fix: apply flex-wrap in breadcrumbs #6863

Closed ozantekin closed 1 month ago

ozantekin commented 1 month ago

Fixes #6862

This fix addresses the issue of the Breadcrumbs component breaking on mobile and similar devices. By adding flex-wrap: wrap; to the root style, the layout will now adjust correctly on smaller screens, preventing UI breakage.

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

After: Screen Shot 2024-09-21 at 16 11 49 PM

rtivital commented 1 month ago

Thanks!