1
0
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 ()

Fixes .
This commit is contained in:
Rishabh Singh 2018-01-05 13:44:40 -06:00 committed by Gary Katsevman
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"] {