From: GĂ©rald Niel Date: Sat, 24 Mar 2018 10:56:34 +0000 (+0100) Subject: Fix break-word and add margin between content and other videos. X-Git-Tag: v1.0.0-beta.2~37^2~3 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=794927a8673666c3a32a7cc0118e666e429545ee;p=oweals%2Fpeertube.git Fix break-word and add margin between content and other videos. --- 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; }