Skip to content
Snippets Groups Projects
Unverified Commit 54a932e8 authored by Chocobozzz's avatar Chocobozzz
Browse files

Don't break design on long description/comment

parent 3d9eaae3
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment