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,
|
content_style: tinyMCEStyles,
|
||||||
menubar: false,
|
menubar: false,
|
||||||
branding: false,
|
branding: false,
|
||||||
|
min_height: 150,
|
||||||
},
|
},
|
||||||
onFocusOut: () => {
|
onFocusOut: () => {
|
||||||
const content = editorRef.current.getContent();
|
const content = editorRef.current.getContent();
|
||||||
|
|||||||
Reference in New Issue
Block a user