fix(breadcrumb): text overflow when width is constrained

This commit is contained in:
Elian Doran 2026-02-17 18:48:49 +02:00
parent 4caca56e3b
commit e8e7568bdc
No known key found for this signature in database

View File

@ -19,6 +19,9 @@
--link-hover-background: var(--icon-button-hover-background);
color: var(--custom-color, inherit);
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
&:hover {
color: var(--custom-color, inherit);