Merge pull request #4394 from robert-hamilton36/Issue-4342

Fix Time Until Next Episode Text Overflow
This commit is contained in:
Bill Thornton 2023-03-07 10:05:54 -05:00 committed by GitHub
commit a163b5279c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,9 +28,9 @@
.upNextDialog-countdownText {
font-weight: 500;
white-space: nowrap;
}
.upNextDialog-nextVideoText,
.upNextDialog-title {
width: 25.5em;
white-space: nowrap;