1
0
Fork 0

Update css (don't cut word arbitrary) for description and comments.

This commit is contained in:
Gérald Niel 2018-04-19 19:40:18 +02:00
parent 0db1a22650
commit f7ecffa49a
2 changed files with 13 additions and 3 deletions

View file

@ -48,6 +48,11 @@
.comment-html {
word-break: normal;
word-wrap: break-word;
overflow-wrap: break-word;
-webkit-hyphens: auto;
-ms-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;
text-align: justify;
/deep/ a {

View file

@ -216,7 +216,12 @@
.video-info-description-html {
word-break: normal;
word-wrap: normal;
word-wrap: break-word;
overflow-wrap: break-word;
-webkit-hyphens: auto;
-ms-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;
text-align: justify;
}