]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Fix break-word and add margin between content and other videos.
authorGérald Niel <gerald.niel@gegeweb.org>
Sat, 24 Mar 2018 10:56:34 +0000 (11:56 +0100)
committerGérald Niel <gerald.niel@gegeweb.org>
Sat, 24 Mar 2018 10:56:34 +0000 (11:56 +0100)
client/src/app/videos/+video-watch/video-watch.component.scss

index 9fd89508a2d12e03a325a34efdec1e6b4652bb64..d764dcebd7afc3966c3820cc960517afd2cedeb9 100644 (file)
       font-size: 15px;
 
       .video-info-description-html {
-        word-break: break-all;
+        word-break: normal;
+               word-wrap: normal;
+               text-align: justify;
       }
 
       .description-loading {
   }
 
   .other-videos {
+       padding-left: 1em;
+
     .title-page {
       margin-top: 0;
     }