markdown editor adjustments

This commit is contained in:
vabene1111
2022-08-01 17:13:44 +02:00
parent 5e77adf7e6
commit 9ef21241bf

View File

@ -598,9 +598,9 @@
<div class="col-md-12">
<label :for="'id_instruction_' + step.id">{{ $t("Instructions") }}</label>
<mavon-editor v-model="step.instruction" :autofocus="false"
style="height: 40vh; z-index: auto" :id="'id_instruction_' + step.id"
style="z-index: auto" :id="'id_instruction_' + step.id"
:language="'en'"
:toolbars="md_editor_toolbars"/>
:toolbars="md_editor_toolbars" :defaultOpen="'edit'"/>
<!-- TODO markdown DOCS link and markdown editor -->
</div>
@ -793,9 +793,9 @@ export default {
imagelink: false,
code: true,
table: false,
fullscreen: true,
readmodel: true,
htmlcode: true,
fullscreen: false,
readmodel: false,
htmlcode: false,
help: true,
undo: true,
redo: true,