design_changes

This commit is contained in:
ben8
2025-03-15 15:53:16 +01:00
parent 6b83f26fc0
commit 8119f202d3
5 changed files with 4 additions and 7 deletions

View File

@@ -49,7 +49,7 @@
</div>
<div class="mt-2">
{% if question.data.type == 'multiple_choice' %}
<ul class="space-y-1">
<ul class="space-y-1 ">
{% for option in question.data.options %}
<li class="flex items-center text-sm">
{% if option.is_correct %}