aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-watch/video-watch.component.scss
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-03-26 09:36:30 +0200
committerChocobozzz <me@florianbigard.com>2018-03-26 09:36:30 +0200
commit20acba1c3737bc3137f0efb0448e60c703ff7fd0 (patch)
treeec19b0c82089a04a8dcec52fb781e3454680fe6b /client/src/app/videos/+video-watch/video-watch.component.scss
parent2a97572f072233410985da938b0821e1c537ac46 (diff)
downloadPeerTube-20acba1c3737bc3137f0efb0448e60c703ff7fd0.tar.gz
PeerTube-20acba1c3737bc3137f0efb0448e60c703ff7fd0.tar.zst
PeerTube-20acba1c3737bc3137f0efb0448e60c703ff7fd0.zip
Fix video description CSS
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.scss11
1 files changed, 5 insertions, 6 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 d764dcebd..e6684e909 100644
--- a/client/src/app/videos/+video-watch/video-watch.component.scss
+++ b/client/src/app/videos/+video-watch/video-watch.component.scss
@@ -38,7 +38,9 @@
38 38
39 .video-info { 39 .video-info {
40 flex-grow: 1; 40 flex-grow: 1;
41 margin-right: 28px; 41 margin-right: 40px;
42 // Set min width for flex item
43 min-width: 1px;
42 44
43 .video-info-first-row { 45 .video-info-first-row {
44 display: flex; 46 display: flex;
@@ -203,9 +205,8 @@
203 font-size: 15px; 205 font-size: 15px;
204 206
205 .video-info-description-html { 207 .video-info-description-html {
206 word-break: normal; 208 word-wrap: break-word;
207 word-wrap: normal; 209 text-align: justify;
208 text-align: justify;
209 } 210 }
210 211
211 .description-loading { 212 .description-loading {
@@ -240,8 +241,6 @@
240 } 241 }
241 242
242 .other-videos { 243 .other-videos {
243 padding-left: 1em;
244
245 .title-page { 244 .title-page {
246 margin-top: 0; 245 margin-top: 0;
247 } 246 }