fix: margin before explanation
This commit is contained in:
@@ -35,7 +35,7 @@
|
|||||||
|
|
||||||
{% set explanation = question['explanation_' + loop.index | string] %}
|
{% set explanation = question['explanation_' + loop.index | string] %}
|
||||||
{% if explanation %}
|
{% if explanation %}
|
||||||
<small class="explanation muted-text hide">{{ explanation }}</small>
|
<small class="explanation ml-3 hide">{{ explanation }}</small>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user