aboutsummaryrefslogtreecommitdiffhomepage
path: root/client
diff options
context:
space:
mode:
Diffstat (limited to 'client')
-rw-r--r--client/src/app/videos/+video-watch/comment/video-comments.component.scss5
-rw-r--r--client/src/app/videos/+video-watch/video-watch.component.scss6
2 files changed, 10 insertions, 1 deletions
diff --git a/client/src/app/videos/+video-watch/comment/video-comments.component.scss b/client/src/app/videos/+video-watch/comment/video-comments.component.scss
index bf8b154a2..627171ef1 100644
--- a/client/src/app/videos/+video-watch/comment/video-comments.component.scss
+++ b/client/src/app/videos/+video-watch/comment/video-comments.component.scss
@@ -18,3 +18,8 @@
18 display: inline-block; 18 display: inline-block;
19 font-size: 13px; 19 font-size: 13px;
20} 20}
21.comment-html {
22 word-wrap: normal;
23 word-break: normal;
24 text-align: justify;
25}
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 9fd89508a..d764dcebd 100644
--- a/client/src/app/videos/+video-watch/video-watch.component.scss
+++ b/client/src/app/videos/+video-watch/video-watch.component.scss
@@ -203,7 +203,9 @@
203 font-size: 15px; 203 font-size: 15px;
204 204
205 .video-info-description-html { 205 .video-info-description-html {
206 word-break: break-all; 206 word-break: normal;
207 word-wrap: normal;
208 text-align: justify;
207 } 209 }
208 210
209 .description-loading { 211 .description-loading {
@@ -238,6 +240,8 @@
238 } 240 }
239 241
240 .other-videos { 242 .other-videos {
243 padding-left: 1em;
244
241 .title-page { 245 .title-page {
242 margin-top: 0; 246 margin-top: 0;
243 } 247 }