From 624da0b0a4ecc4b782f8d0555776c48c5e0974c0 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 7 Nov 2023 11:17:28 +0100 Subject: [PATCH] Fix live button with multiple words --- client/src/sass/player/control-bar.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/client/src/sass/player/control-bar.scss b/client/src/sass/player/control-bar.scss index f272f3848..b4f3128ca 100644 --- a/client/src/sass/player/control-bar.scss +++ b/client/src/sass/player/control-bar.scss @@ -171,6 +171,7 @@ line-height: normal; position: relative; top: -1px; + width: auto; &.synced-with-live-edge { background: #d7281c; @@ -182,6 +183,10 @@ } } + .vjs-live-display { + white-space: nowrap; + } + .vjs-peertube { @include margin-right(6px); @include margin-left(auto);