From 794927a8673666c3a32a7cc0118e666e429545ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9rald=20Niel?= Date: Sat, 24 Mar 2018 11:56:34 +0100 Subject: Fix break-word and add margin between content and other videos. --- client/src/app/videos/+video-watch/video-watch.component.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'client') 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 9fd89508a..d764dcebd 100644 --- a/client/src/app/videos/+video-watch/video-watch.component.scss +++ b/client/src/app/videos/+video-watch/video-watch.component.scss @@ -203,7 +203,9 @@ font-size: 15px; .video-info-description-html { - word-break: break-all; + word-break: normal; + word-wrap: normal; + text-align: justify; } .description-loading { @@ -238,6 +240,8 @@ } .other-videos { + padding-left: 1em; + .title-page { margin-top: 0; } -- cgit v1.2.3