qa: Add spinners and rework
This commit is contained in:
parent
1aa82bb2ef
commit
8758effc99
8 changed files with 199 additions and 133 deletions
|
|
@ -37,8 +37,18 @@
|
|||
</h2>
|
||||
|
||||
<div class="row mb-3">
|
||||
<div class="col-md-6">{@html exercice.statement}</div>
|
||||
<div class="col-md-6">{@html exercice.overview}</div>
|
||||
<div
|
||||
class="col-md-6"
|
||||
style="overflow-y: auto; max-height: 50vh;"
|
||||
>
|
||||
{@html exercice.statement}
|
||||
</div>
|
||||
<div
|
||||
class="col-md-6"
|
||||
style="overflow-y: auto; max-height: 50vh;"
|
||||
>
|
||||
{@html exercice.overview}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="mb-5">
|
||||
|
|
|
|||
Reference in a new issue