handle text overflow for track origin.

This commit is contained in:
ArtificialSloth 2024-11-20 05:56:14 -05:00
parent ffdb2fd5d4
commit b07e10fe2b

View file

@ -44,9 +44,12 @@
flex: 1;
max-height: 2.4em;
font-size: 1.1rem;
color: var(--primary-foreground-color);
}
.language-label, .variant-label, .variant-origin {
text-wrap: nowrap;
text-overflow: ellipsis;
color: var(--primary-foreground-color);
}
.variant-label .variant-origin {