Don't break design on long description/comment
This commit is contained in:
parent
3d9eaae318
commit
54a932e82a
|
@ -44,6 +44,8 @@
|
|||
}
|
||||
|
||||
.comment-html {
|
||||
word-break: break-all;
|
||||
|
||||
a {
|
||||
@include disable-default-a-behaviour;
|
||||
|
||||
|
|
|
@ -196,6 +196,10 @@
|
|||
margin: 20px 0;
|
||||
font-size: 15px;
|
||||
|
||||
.video-info-description-html {
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
.description-loading {
|
||||
display: inline-block;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue