Skip to content

Commit

Permalink
fix: progress bar time tooltips bug by adding word-break css reset (#…
Browse files Browse the repository at this point in the history
…4859)

Fixes #2964.
  • Loading branch information
rishabh92 authored and gkatsev committed Jan 5, 2018
1 parent 22fcd03 commit 98212c4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/css/components/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@
width: 100% !important;
height: 100% !important;
}

// reset word-break inside the player div
word-break: initial;
}

.video-js[tabindex="-1"] {
Expand Down

0 comments on commit 98212c4

Please sign in to comment.