Invalid CSS (fixes #586)
Cette révision appartient à :
Parent
938ae854b0
révision
5c8c68b23e
1 fichiers modifiés avec 2 ajouts et 5 suppressions
|
@ -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 {
|
||||
|
|
Référencer dans un nouveau ticket