Closed ozantekin closed 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.
flex-wrap: wrap;
Before:
After:
Thanks!
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:
After: