diff --git a/client/src/app/videos/+video-watch/comment/video-comment.component.scss b/client/src/app/videos/+video-watch/comment/video-comment.component.scss index 3e8892e84b50a200556698c8104ec34d012a4362..d948c967055eb566e9ae17f1c8f10dec699186b4 100644 --- a/client/src/app/videos/+video-watch/comment/video-comment.component.scss +++ b/client/src/app/videos/+video-watch/comment/video-comment.component.scss @@ -44,6 +44,8 @@ } .comment-html { + word-break: break-all; + a { @include disable-default-a-behaviour; 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 c8859619664d71438d56d3116e4f0f073fd07f63..bc737ccd5482425083abf0cf0be41275daef2030 100644 --- a/client/src/app/videos/+video-watch/video-watch.component.scss +++ b/client/src/app/videos/+video-watch/video-watch.component.scss @@ -196,6 +196,10 @@ margin: 20px 0; font-size: 15px; + .video-info-description-html { + word-break: break-all; + } + .description-loading { display: inline-block; }