]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Don't break design on long description/comment
authorChocobozzz <me@florianbigard.com>
Tue, 20 Feb 2018 10:29:28 +0000 (11:29 +0100)
committerChocobozzz <me@florianbigard.com>
Tue, 20 Feb 2018 10:29:28 +0000 (11:29 +0100)
client/src/app/videos/+video-watch/comment/video-comment.component.scss
client/src/app/videos/+video-watch/video-watch.component.scss

index 3e8892e84b50a200556698c8104ec34d012a4362..d948c967055eb566e9ae17f1c8f10dec699186b4 100644 (file)
@@ -44,6 +44,8 @@
     }
 
     .comment-html {
+      word-break: break-all;
+
       a {
         @include disable-default-a-behaviour;
 
index c8859619664d71438d56d3116e4f0f073fd07f63..bc737ccd5482425083abf0cf0be41275daef2030 100644 (file)
       margin: 20px 0;
       font-size: 15px;
 
+      .video-info-description-html {
+        word-break: break-all;
+      }
+
       .description-loading {
         display: inline-block;
       }