[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:
Tudor Pavel 2020-10-20 12:20:52 +03:00 committed by GitHub
parent 95c33e991f
commit cb8cb9b1a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;