Merge pull request #3134 from psaavedra/develop

WA added  in #1766 is not longer needed
This commit is contained in:
John McLear 2018-04-03 13:10:19 +01:00 committed by GitHub
commit 83ce73b77b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 {