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);