From 38db6c52369cd51bf32aed79914587074e6cc87f Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Mon, 29 Dec 2025 18:10:26 +0100 Subject: [PATCH] wait #7916 @2.5 --- style/fluidbook.video.less | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/style/fluidbook.video.less b/style/fluidbook.video.less index 7880bbb1..be266bba 100644 --- a/style/fluidbook.video.less +++ b/style/fluidbook.video.less @@ -77,4 +77,15 @@ display: none; opacity: 0; } +} + +#links { + .vjs-text-track-display { + > div { + .vjs-text-track-cue { + width: 100% !important; + inset: auto 0 0 0 !important; + } + } + } } \ No newline at end of file -- 2.39.5