🐛 Fixed wrong layout of solutions regarding #213

This commit is contained in:
Mawoka
2023-05-24 19:21:28 +02:00
parent 0a6163d937
commit d3721ca29c
+1 -1
View File
@@ -255,7 +255,7 @@
{#if solution === undefined}
<Spinner />
{:else}
<div class="grid grid-cols-2 gap-2 w-full p-4">
<div class="grid grid-rows-2 grid-flow-col auto-cols-auto gap-2 w-full p-4">
{#each solution.answers as answer}
{#if answer.right}
<button