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:
parent
40f54fed38
commit
f5810957b4
1 changed files with 5 additions and 3 deletions
|
@ -58,9 +58,11 @@ body.doesWrap {
|
||||||
white-space: normal;
|
white-space: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
body.doesWrap:not(.noprewrap) > div{
|
@-moz-document url-prefix() {
|
||||||
/* Related to #1766 */
|
body.doesWrap:not(.noprewrap) > div{
|
||||||
white-space: pre-wrap;
|
/* Related to #1766 */
|
||||||
|
white-space: pre-wrap;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#innerdocbody {
|
#innerdocbody {
|
||||||
|
|
Loading…
Reference in a new issue