fix: margin before explanation

This commit is contained in:
Jannat Patel
2022-02-21 18:03:27 +05:30
committed by GitHub
parent aee35aa66d
commit ccddc9a404

View File

@@ -35,7 +35,7 @@
{% set explanation = question['explanation_' + loop.index | string] %}
{% if explanation %}
<small class="explanation muted-text hide">{{ explanation }}</small>
<small class="explanation ml-3 hide">{{ explanation }}</small>
{% endif %}
</div>
{% endif %}