aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app
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
parent2a97572f072233410985da938b0821e1c537ac46 (diff)
downloadPeerTube-20acba1c3737bc3137f0efb0448e60c703ff7fd0.tar.gz
PeerTube-20acba1c3737bc3137f0efb0448e60c703ff7fd0.tar.zst
PeerTube-20acba1c3737bc3137f0efb0448e60c703ff7fd0.zip
Fix video description CSS
Diffstat (limited to 'client/src/app')
-rw-r--r--client/src/app/videos/+video-watch/comment/video-comments.component.scss1
-rw-r--r--client/src/app/videos/+video-watch/video-watch.component.scss11
2 files changed, 6 insertions, 6 deletions
diff --git a/client/src/app/videos/+video-watch/comment/video-comments.component.scss b/client/src/app/videos/+video-watch/comment/video-comments.component.scss
index 627171ef1..7aadc2866 100644
--- a/client/src/app/videos/+video-watch/comment/video-comments.component.scss
+++ b/client/src/app/videos/+video-watch/comment/video-comments.component.scss
@@ -18,6 +18,7 @@
18 display: inline-block; 18 display: inline-block;
19 font-size: 13px; 19 font-size: 13px;
20} 20}
21
21.comment-html { 22.comment-html {
22 word-wrap: normal; 23 word-wrap: normal;
23 word-break: normal; 24 word-break: normal;
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 }