Skip to content

Commit

Permalink
Enable text wrapping in sourcearea. Fixes #13031.
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinmar committed Mar 30, 2015
1 parent 765a28c commit 26716b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions skins/kama/presets.css
Expand Up @@ -25,10 +25,10 @@ For licensing, see LICENSE.md or http://ckeditor.com/license
/* Editable regions */
.cke_source
{
font-family: 'Courier New' , Monospace;
font-family: 'Courier New', Monospace;
font-size: small;
background-color: #fff;
white-space: pre;
white-space: pre-wrap;
}

.cke_wysiwyg_frame, .cke_wysiwyg_div
Expand Down
4 changes: 2 additions & 2 deletions skins/moono/presets.css
Expand Up @@ -25,10 +25,10 @@ For licensing, see LICENSE.md or http://ckeditor.com/license
/* Editable regions */
.cke_source
{
font-family: 'Courier New' , Monospace;
font-family: 'Courier New', Monospace;
font-size: small;
background-color: #fff;
white-space: pre;
white-space: pre-wrap;
}

.cke_wysiwyg_frame, .cke_wysiwyg_div
Expand Down

0 comments on commit 26716b3

Please sign in to comment.