Skip to content

Commit 7d2f2c9

Browse files
AC-375: WYSIWYG panel resize small in category
- change default size to 250
1 parent 5b20823 commit 7d2f2c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/web/mage/adminhtml/wysiwyg/tiny_mce/tinymce5Adapter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ define([
270270
};
271271

272272
// Set default initial height
273-
settings['min_height'] = this.config.tinymce['min_height'] ? this.config.tinymce['min_height'] : 400;
273+
settings['min_height'] = this.config.tinymce['min_height'] ? this.config.tinymce['min_height'] : 250;
274274

275275
if (this.config.skin) {
276276
settings.skin = this.config.skin;

0 commit comments

Comments
 (0)