Fix break-word and add margin between content and other videos.

This commit is contained in:
Gérald Niel 2018-03-24 11:56:34 +01:00
parent b00d377021
commit 794927a867
1 changed files with 5 additions and 1 deletions

View File

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