Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0

Invalid CSS (fixes #586)

Cette révision appartient à :
sfan5 2017-05-17 20:44:39 +02:00
Parent 938ae854b0
révision 5c8c68b23e

Voir le fichier

@ -442,10 +442,7 @@ select#bottom_language_selector {
/* Wordbreak fix*/
.break {
word-break:break-all;
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
word-break: break-all;
hyphens: auto;
}
@ -505,7 +502,7 @@ select#bottom_language_selector {
}
.commentList .commentBody > .row > div {
word-break: break-word;
word-wrap: break-word;
}
.commentList .commentData {