Merge pull request #29635 from open-craft/chris/LX-2398
Feat: Wrap the choice label with a <div> on choicegroup.html
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user