mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
handle text overflow for track origin.
This commit is contained in:
parent
ffdb2fd5d4
commit
b07e10fe2b
1 changed files with 4 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue