mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 00:46:16 -04:00
probably fixes #2625
This commit is contained in:
parent
b4163fc862
commit
b349a4f226
1 changed files with 1 additions and 1 deletions
|
@ -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"});
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue