feat(breadcrumb_badges): make badge not wrap-around

This commit is contained in:
Elian Doran 2025-12-10 09:52:46 +02:00
parent 40b5e4d549
commit 52bb4d7a0e
No known key found for this signature in database

View File

@ -11,6 +11,10 @@
font-size: 0.75em;
background-color: var(--color, --badge-background-color);
color: white;
min-width: 0;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
&.clickable {
cursor: pointer;