[deploy] Avoid CSS word wrap in video player duration (#10889)
* Avoid CSS word wrap in video player duration * Trigger Travis CI Co-authored-by: rhymes <rhymes@hey.com>
This commit is contained in:
parent
95c33e991f
commit
cb8cb9b1a5
1 changed files with 3 additions and 0 deletions
|
|
@ -2,6 +2,9 @@
|
|||
@import '_mixins';
|
||||
|
||||
.crayons-article__video {
|
||||
overflow-wrap: normal;
|
||||
word-break: normal;
|
||||
|
||||
.crayons-article__video__player {
|
||||
background-position: center;
|
||||
background-size: cover;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue