fix: give QuestionWidget Editor a minimum height. TNL-10400.

This commit is contained in:
Ken Clary
2023-01-26 16:39:25 -05:00
parent fa2387ae00
commit 84fe6605c2

View File

@@ -25,6 +25,7 @@ export const problemEditorConfig = ({
content_style: tinyMCEStyles,
menubar: false,
branding: false,
min_height: 150,
},
onFocusOut: () => {
const content = editorRef.current.getContent();