From cb8cb9b1a5c16aee5c4eeff6c965ec0a0336f9ba Mon Sep 17 00:00:00 2001 From: Tudor Pavel Date: Tue, 20 Oct 2020 12:20:52 +0300 Subject: [PATCH] [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 --- app/assets/stylesheets/video-player.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/assets/stylesheets/video-player.scss b/app/assets/stylesheets/video-player.scss index 42badcb7c..e7181510c 100644 --- a/app/assets/stylesheets/video-player.scss +++ b/app/assets/stylesheets/video-player.scss @@ -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;