We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b20823 commit 7d2f2c9Copy full SHA for 7d2f2c9
lib/web/mage/adminhtml/wysiwyg/tiny_mce/tinymce5Adapter.js
@@ -270,7 +270,7 @@ define([
270
};
271
272
// Set default initial height
273
- settings['min_height'] = this.config.tinymce['min_height'] ? this.config.tinymce['min_height'] : 400;
+ settings['min_height'] = this.config.tinymce['min_height'] ? this.config.tinymce['min_height'] : 250;
274
275
if (this.config.skin) {
276
settings.skin = this.config.skin;
0 commit comments