Don't break design on long description/comment

This commit is contained in:
Chocobozzz 2018-02-20 11:29:28 +01:00
parent 3d9eaae318
commit 54a932e82a
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
2 changed files with 6 additions and 0 deletions

View File

@ -44,6 +44,8 @@
}
.comment-html {
word-break: break-all;
a {
@include disable-default-a-behaviour;

View File

@ -196,6 +196,10 @@
margin: 20px 0;
font-size: 15px;
.video-info-description-html {
word-break: break-all;
}
.description-loading {
display: inline-block;
}