How can I force the text to wrap in source view of the editor. I don't want the horizontal scroll bar to appear.
I've been searching for a solution for this and came across a couple of fixes but none of them took effect.
overwriting the 'white-space' property of the "cke_source" selector in the "editor_gecko.css" file of the CKEditor module. This file is located at: \sites\all\libraries\ckeditor\skins\editor_gecko.css .cke_source { white-space: pre-wrap !important; }
added the same rule under the custom editor CSS file in /site/modules/InputfieldCKEditor/contents.css