I've been using ckeditor for several years, but today I encountered a strange issue. By looking at the generated html I've noticed that each paragraph has the inline css property 'white-space: nowrap' . When I pump the code inside a div on the website this causes the generated html to overflow the div width. With firebug I've tried to erase this property on the fly and I got back the correct behaviour, but I'm wondering how to get rid of this property while i'm typing into ckeditor.
Do you know how to do? Any help would be greatly appreciated!! Thanks!!!!