aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-watch/video-watch.component.scss
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-04-18 15:00:42 +0200
committerChocobozzz <me@florianbigard.com>2018-04-18 15:00:42 +0200
commitc9ffd53217e69395c303ba36532a6eef39645e4e (patch)
tree5cd641bce21bd0e225efdf474ed78741e4b370b0 /client/src/app/videos/+video-watch/video-watch.component.scss
parent80109b2ddb14ec4a54cede7885611cb9244da3cb (diff)
downloadPeerTube-c9ffd53217e69395c303ba36532a6eef39645e4e.tar.gz
PeerTube-c9ffd53217e69395c303ba36532a6eef39645e4e.tar.zst
PeerTube-c9ffd53217e69395c303ba36532a6eef39645e4e.zip
Better responsive design on many comment children
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.scss3
1 files changed, 2 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 8bc9f8d9a..fe3cc4ded 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