unbreak Safari iOS line wrapping

fixes f5810957b4 (diff-f639eb4efeaabf5624f3229daa1e88cd)
pull/3372/head
John McLear 2018-04-07 18:11:24 +01:00 committed by GitHub
parent fba2bf4df9
commit b16e7ad25e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 5 deletions

View File

@ -62,11 +62,9 @@ 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 {