Fix correction template mess
This commit is contained in:
parent
d7f679ce84
commit
bf5b0e88dd
@ -85,7 +85,7 @@
|
|||||||
<SurveyBadge class="ms-2" {survey} />
|
<SurveyBadge class="ms-2" {survey} />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="card sticky-top">
|
<div class="card sticky-top" style="overflow-y: auto; max-height: 70vh">
|
||||||
<QuestionHeader
|
<QuestionHeader
|
||||||
{question}
|
{question}
|
||||||
nodescription={nodescription}
|
nodescription={nodescription}
|
||||||
@ -180,4 +180,4 @@
|
|||||||
{/await}
|
{/await}
|
||||||
{/await}
|
{/await}
|
||||||
|
|
||||||
<div class="mb-5"></div>
|
<div class="mb-5" style="min-height: 60vh"></div>
|
||||||
|
Reference in New Issue
Block a user