See commit 2a97572 fix #397 (regression)

pull/525/head
Gérald Niel 2018-04-17 18:55:14 +02:00
parent 66dc590764
commit ea5cd0fa2c
1 changed files with 4 additions and 1 deletions

View File

@ -215,7 +215,8 @@
font-size: 15px;
.video-info-description-html {
word-wrap: break-word;
word-break: normal;
word-wrap: normal;
text-align: justify;
}
@ -251,6 +252,8 @@
}
.other-videos {
padding-left: 1em;
.title-page {
margin-top: 0;
}