Skip to content

Conversation

@rilrom
Copy link
Contributor

@rilrom rilrom commented Dec 26, 2025

What?

Text overflow for breadcrumbs regressed during the modular dashboards implementation.

Why?

overflow: hidden was removed from breadcrumbs text, which breaks text-overflow: ellipsis.

How?

Reintroduce overflow: hidden to breadcrumbs text, while making an exception for the modular dashboard select/dropdown elements.

I specifically opted for a more verbose scss solution (compared to using something like span:not(:has()) as I found it was easier to read.

Fixes #15030

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

1 participant