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