probably fixes #2625

This commit is contained in:
John McLear 2015-04-23 17:49:08 +01:00
parent b4163fc862
commit b349a4f226
1 changed files with 1 additions and 1 deletions

View File

@ -612,7 +612,7 @@ function Ace2Inner(){
// So this has to be set to pre-wrap ;(
// We need to file a bug w/ the Chromium team.
if(browser.chrome){
$("#innerdocbody").css({"white-space":"pre-wrap"});
$("#innerdocbody, body.doesWrap > div").css({"white-space":"pre-wrap"});
}
}