This WA is not longer required in the newest Chrome see comments in the issue: ether#2078

The hack is still necessary in Firefox 51
pull/3134/head
Pablo Saavedra 2017-02-02 10:45:59 +01:00
parent 40f54fed38
commit f5810957b4
1 changed files with 5 additions and 3 deletions

View File

@ -58,9 +58,11 @@ body.doesWrap {
white-space: normal;
}
body.doesWrap:not(.noprewrap) > div{
/* Related to #1766 */
white-space: pre-wrap;
@-moz-document url-prefix() {
body.doesWrap:not(.noprewrap) > div{
/* Related to #1766 */
white-space: pre-wrap;
}
}
#innerdocbody {