diff --git a/src/modules/tpm/challengesnew/css/newquestion.css b/src/modules/tpm/challengesnew/css/newquestion.css index 7161365b..400cd512 100644 --- a/src/modules/tpm/challengesnew/css/newquestion.css +++ b/src/modules/tpm/challengesnew/css/newquestion.css @@ -79,5 +79,7 @@ .editormd-editing .editormd{ border: none; margin:0px auto; +} +.editormd-editing .quoteBox{ overflow: unset; } \ No newline at end of file diff --git a/src/modules/tpm/challengesnew/tpm-md-editor.js b/src/modules/tpm/challengesnew/tpm-md-editor.js index e97a8305..11d2a590 100644 --- a/src/modules/tpm/challengesnew/tpm-md-editor.js +++ b/src/modules/tpm/challengesnew/tpm-md-editor.js @@ -762,7 +762,7 @@ export default ({ mdID, onChange, onCMBeforeChange, onCMBlur, error = false, cla return (
-
+
{quoteVisible && QuoteDiv } {atWhoVisible && atWhoList}