mirror of https://github.com/Chocobozzz/PeerTube
Update css (don't cut word arbitrary) for description and comments.
parent
0db1a22650
commit
f7ecffa49a
|
@ -48,6 +48,11 @@
|
||||||
.comment-html {
|
.comment-html {
|
||||||
word-break: normal;
|
word-break: normal;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
-webkit-hyphens: auto;
|
||||||
|
-ms-hyphens: auto;
|
||||||
|
-moz-hyphens: auto;
|
||||||
|
hyphens: auto;
|
||||||
text-align: justify;
|
text-align: justify;
|
||||||
|
|
||||||
/deep/ a {
|
/deep/ a {
|
||||||
|
|
|
@ -216,7 +216,12 @@
|
||||||
|
|
||||||
.video-info-description-html {
|
.video-info-description-html {
|
||||||
word-break: normal;
|
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;
|
text-align: justify;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue