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

View file

@ -58,10 +58,12 @@ body.doesWrap {
white-space: normal; white-space: normal;
} }
@-moz-document url-prefix() {
body.doesWrap:not(.noprewrap) > div{ body.doesWrap:not(.noprewrap) > div{
/* Related to #1766 */ /* Related to #1766 */
white-space: pre-wrap; white-space: pre-wrap;
} }
}
#innerdocbody { #innerdocbody {
padding-top: 1px; /* important for some reason? */ padding-top: 1px; /* important for some reason? */