|
@@ -127,7 +127,10 @@ function toggleSign() {
|
|
|
/>
|
|
|
<question-index />
|
|
|
</div>
|
|
|
- <div v-if="store.exam.currentQuestion.parentBody" class="tw-flex-grow">
|
|
|
+ <div
|
|
|
+ v-if="store.exam.currentQuestion.parentBody"
|
|
|
+ class="tw-flex-grow tw-flex"
|
|
|
+ >
|
|
|
<SplitPane layout="vertical">
|
|
|
<template #left>
|
|
|
<div class="question-view parent-question tw-h-full">
|