feat: Wrap the choice label with a <div> on choicegroup.html

This commit is contained in:
ChrisChV
2021-12-17 14:20:29 -05:00
parent 492b17899b
commit 0ad9959667

View File

@@ -40,7 +40,10 @@ import six
/><label id="${id}-${choice_id}-label" for="input_${id}_${choice_id}"
class="${label_class}"
${describedby_html}
> ${HTML(choice_label)}
>
<div>
${HTML(choice_label)}
</div>
</label>
</div>
% endfor