mirror of
https://github.com/videojs/video.js.git
synced 2025-03-31 22:22:09 +02:00
fix: progress bar time tooltips bug by adding word-break css reset (#4859)
Fixes #2964.
This commit is contained in:
parent
22fcd035bb
commit
98212c4af0
@ -29,6 +29,9 @@
|
||||
width: 100% !important;
|
||||
height: 100% !important;
|
||||
}
|
||||
|
||||
// reset word-break inside the player div
|
||||
word-break: initial;
|
||||
}
|
||||
|
||||
.video-js[tabindex="-1"] {
|
||||
|
Loading…
x
Reference in New Issue
Block a user