aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos
diff options
context:
space:
mode:
authorGérald Niel <gerald.niel@gegeweb.org>2018-03-24 11:56:34 +0100
committerGérald Niel <gerald.niel@gegeweb.org>2018-03-24 11:56:34 +0100
commit794927a8673666c3a32a7cc0118e666e429545ee (patch)
treea4b8bfeae2bfd72695f8afebb4a487de394a4a40 /client/src/app/videos
parentb00d3770213d37a375710ec4446b743402c6146d (diff)
downloadPeerTube-794927a8673666c3a32a7cc0118e666e429545ee.tar.gz
PeerTube-794927a8673666c3a32a7cc0118e666e429545ee.tar.zst
PeerTube-794927a8673666c3a32a7cc0118e666e429545ee.zip
Fix break-word and add margin between content and other videos.
Diffstat (limited to 'client/src/app/videos')
-rw-r--r--client/src/app/videos/+video-watch/video-watch.component.scss6
1 files changed, 5 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 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 }