fix
Some checks failed
Deploy / deploy (build, debian, 22) (push) Has been cancelled
Deploy / deploy (build:staging, school, 8822) (push) Has been cancelled

This commit is contained in:
2026-04-13 05:29:15 -06:00
parent 6591ca6574
commit 266f042fb2
2 changed files with 2 additions and 2 deletions

View File

@@ -78,7 +78,7 @@
:display="challenge.display" :display="challenge.display"
/> />
<MarkdownEditor <MarkdownEditor
style="height: calc(100vh - 220px)" style="height: calc(100vh - 100px)"
v-model="challenge.content" v-model="challenge.content"
/> />
</n-flex> </n-flex>

View File

@@ -67,7 +67,7 @@
:display="tutorial.display" :display="tutorial.display"
/> />
<MarkdownEditor <MarkdownEditor
style="height: calc(100vh - 220px)" style="height: calc(100vh - 100px)"
v-model="tutorial.content" v-model="tutorial.content"
/> />
</n-flex> </n-flex>