mirror of https://github.com/Chocobozzz/PeerTube
Fix break-word and add margin between content and other videos.
parent
b00d377021
commit
794927a867
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue