From b07e10fe2b5d9f2baab6a838b873b9a8a46e8cd9 Mon Sep 17 00:00:00 2001 From: ArtificialSloth Date: Wed, 20 Nov 2024 05:56:14 -0500 Subject: [PATCH] handle text overflow for track origin. --- src/routes/Player/SubtitlesMenu/styles.less | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/routes/Player/SubtitlesMenu/styles.less b/src/routes/Player/SubtitlesMenu/styles.less index 68cbb5ce4..9798854cf 100644 --- a/src/routes/Player/SubtitlesMenu/styles.less +++ b/src/routes/Player/SubtitlesMenu/styles.less @@ -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 {