Skip to content

Commit

Permalink
Fix wrapping in all textareas. Post-fixes #13031.
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinmar committed Mar 30, 2015
1 parent 472feb3 commit 47c320f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion skins/kama/reset.css
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ http://docs.cksource.com/CKEditor_4.x/Skin_SDK/Reset

.cke_reset_all textarea
{
white-space: pre;
white-space: pre-wrap;
}

.cke_reset_all textarea,
Expand Down
2 changes: 1 addition & 1 deletion skins/moono/reset.css
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ http://docs.cksource.com/CKEditor_4.x/Skin_SDK/Reset

.cke_reset_all textarea
{
white-space: pre;
white-space: pre-wrap;
}

.cke_reset_all textarea,
Expand Down

0 comments on commit 47c320f

Please sign in to comment.