fixed height on assignment edit page

This commit is contained in:
2023-12-05 16:13:24 -07:00
parent 647423ff1a
commit 6e49c79cbd
4 changed files with 25 additions and 45 deletions

View File

@@ -57,11 +57,6 @@
<div class="d-flex flex-row h-100 p-2">
<div class="row flex-grow-1">
<div class="col-6">
@* <textarea
class="form-control h-100"
@bind="quizMarkdownInput"
@bind:event="oninput"
/> *@
<MonacoTextArea
Value="@quizMarkdownInput"
OnChange="@((v) => quizMarkdownInput = v)"