diff options
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/app/videos/+video-watch/video-watch.component.scss | 5 |
1 files changed, 4 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 3ebeccd4b..9b7bc7351 100644 --- a/client/src/app/videos/+video-watch/video-watch.component.scss +++ b/client/src/app/videos/+video-watch/video-watch.component.scss | |||
@@ -215,7 +215,8 @@ | |||
215 | font-size: 15px; | 215 | font-size: 15px; |
216 | 216 | ||
217 | .video-info-description-html { | 217 | .video-info-description-html { |
218 | word-wrap: break-word; | 218 | word-break: normal; |
219 | word-wrap: normal; | ||
219 | text-align: justify; | 220 | text-align: justify; |
220 | } | 221 | } |
221 | 222 | ||
@@ -251,6 +252,8 @@ | |||
251 | } | 252 | } |
252 | 253 | ||
253 | .other-videos { | 254 | .other-videos { |
255 | padding-left: 1em; | ||
256 | |||
254 | .title-page { | 257 | .title-page { |
255 | margin-top: 0; | 258 | margin-top: 0; |
256 | } | 259 | } |