From ea5cd0fa2cdc7655ed5ecf134dedd52400837ef2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9rald=20Niel?= Date: Tue, 17 Apr 2018 18:55:14 +0200 Subject: [PATCH] See commit 2a97572 fix #397 (regression) --- .../src/app/videos/+video-watch/video-watch.component.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/client/src/app/videos/+video-watch/video-watch.component.scss b/client/src/app/videos/+video-watch/video-watch.component.scss index 3ebeccd4b..9b7bc7351 100644 --- a/client/src/app/videos/+video-watch/video-watch.component.scss +++ b/client/src/app/videos/+video-watch/video-watch.component.scss @@ -215,7 +215,8 @@ font-size: 15px; .video-info-description-html { - word-wrap: break-word; + word-break: normal; + word-wrap: normal; text-align: justify; } @@ -251,6 +252,8 @@ } .other-videos { + padding-left: 1em; + .title-page { margin-top: 0; }