aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-watch/video-watch.component.scss
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-04-20 08:19:46 +0200
committerChocobozzz <me@florianbigard.com>2018-04-20 08:19:46 +0200
commit7a14004b4e16e23076f29d9c5d890f2a5130e171 (patch)
tree0c5befe56320b80d07ffb2223cd7bb4143de0775 /client/src/app/videos/+video-watch/video-watch.component.scss
parent3689141ac3ed59d6681eeca89b33eaf2310042bc (diff)
downloadPeerTube-7a14004b4e16e23076f29d9c5d890f2a5130e171.tar.gz
PeerTube-7a14004b4e16e23076f29d9c5d890f2a5130e171.tar.zst
PeerTube-7a14004b4e16e23076f29d9c5d890f2a5130e171.zip
Use mixin for word wrap
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, 1 insertions, 8 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 b9596cbee..1b44f0d6a 100644
--- a/client/src/app/videos/+video-watch/video-watch.component.scss
+++ b/client/src/app/videos/+video-watch/video-watch.component.scss
@@ -215,14 +215,7 @@
215 font-size: 15px; 215 font-size: 15px;
216 216
217 .video-info-description-html { 217 .video-info-description-html {
218 word-break: normal; 218 @include peertube-word-wrap;
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;
225 text-align: justify;
226 } 219 }
227 220
228 .description-loading { 221 .description-loading {