aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-watch/video-watch.component.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/videos/+video-watch/video-watch.component.scss')
-rw-r--r--client/src/app/videos/+video-watch/video-watch.component.scss9
1 files changed, 8 insertions, 1 deletions
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 fe3cc4ded..b9596cbee 100644
--- a/client/src/app/videos/+video-watch/video-watch.component.scss
+++ b/client/src/app/videos/+video-watch/video-watch.component.scss
@@ -216,7 +216,12 @@
216 216
217 .video-info-description-html { 217 .video-info-description-html {
218 word-break: normal; 218 word-break: normal;
219 word-wrap: normal; 219 word-wrap: break-word;
220 overflow-wrap: break-word;
221 -webkit-hyphens: auto;
222 -ms-hyphens: auto;
223 -moz-hyphens: auto;
224 hyphens: auto;
220 text-align: justify; 225 text-align: justify;
221 } 226 }
222 227
@@ -252,6 +257,8 @@
252 } 257 }
253 258
254 .other-videos { 259 .other-videos {
260 padding-left: 1em;
261
255 .title-page { 262 .title-page {
256 margin-top: 0; 263 margin-top: 0;
257 } 264 }