Skip to content

Instantly share code, notes, and snippets.

@tinganho
Created June 5, 2012 15:53
Show Gist options
  • Save tinganho/2875887 to your computer and use it in GitHub Desktop.
Save tinganho/2875887 to your computer and use it in GitHub Desktop.
diff --git a/editors/ckeditor.inc b/editors/ckeditor.inc
index 896fc84..dc76a33 100644
--- a/editors/ckeditor.inc
+++ b/editors/ckeditor.inc
@@ -130,8 +130,8 @@ function wysiwyg_ckeditor_settings($editor, $config, $theme) {
'baseHref' => $GLOBALS['base_url'] . '/',
'width' => '100%',
// For better compatibility with smaller textareas.
- 'resize_minWidth' => 450,
- 'height' => 420,
+ 'resize_minWidth' => 210,
+ 'height' => 210,
// @todo Do not use skins as themes and add separate skin handling.
'theme' => 'default',
'skin' => !empty($theme) ? $theme : 'kama',
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment