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
This commit is contained in:
Pablo Saavedra 2017-02-02 10:45:59 +01:00
parent 40f54fed38
commit f5810957b4

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 {