Merge pull request #218 from openedx/TNL-10400
fix: give QuestionWidget Editor a minimum height. TNL-10400.
This commit is contained in:
@@ -25,6 +25,7 @@ export const problemEditorConfig = ({
|
||||
content_style: tinyMCEStyles,
|
||||
menubar: false,
|
||||
branding: false,
|
||||
min_height: 150,
|
||||
},
|
||||
onFocusOut: () => {
|
||||
const content = editorRef.current.getContent();
|
||||
|
||||
Reference in New Issue
Block a user