diff --git a/src/editors/containers/ProblemEditor/hooks.js b/src/editors/containers/ProblemEditor/hooks.js index 63ab97f6b..e118c8072 100644 --- a/src/editors/containers/ProblemEditor/hooks.js +++ b/src/editors/containers/ProblemEditor/hooks.js @@ -25,6 +25,7 @@ export const problemEditorConfig = ({ content_style: tinyMCEStyles, menubar: false, branding: false, + min_height: 150, }, onFocusOut: () => { const content = editorRef.current.getContent();