]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/videos/+video-watch/video-watch.component.scss
Fix contributing guide concerning unit tests
[github/Chocobozzz/PeerTube.git] / client / src / app / videos / +video-watch / video-watch.component.scss
index b9596cbee121a49b00c8a98891fd9e2c89ecbf0c..1b44f0d6aaeab469f2c9b18c40dbe49db3d57c3e 100644 (file)
       font-size: 15px;
 
       .video-info-description-html {
-        word-break: normal;
-        word-wrap: break-word;
-        overflow-wrap: break-word;
-        -webkit-hyphens: auto;
-        -ms-hyphens: auto;
-        -moz-hyphens: auto;
-        hyphens: auto;
-        text-align: justify;
+        @include peertube-word-wrap;
       }
 
       .description-loading {