Merge pull request #3134 from psaavedra/develop

WA added  in #1766 is not longer needed
pull/3229/merge
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; 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 {