]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
See commit 2a97572 fix #397 (regression)
authorGérald Niel <gerald.niel@gegeweb.org>
Tue, 17 Apr 2018 16:55:14 +0000 (18:55 +0200)
committerGérald Niel <gerald.niel@gegeweb.org>
Tue, 17 Apr 2018 16:55:14 +0000 (18:55 +0200)
client/src/app/videos/+video-watch/video-watch.component.scss

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