style(form): position correctly the mandatory star on checkbox when text is on multiple lines

This commit is contained in:
Colin Darie 2024-02-21 17:59:13 +01:00
parent e1eba45739
commit 01ab59c2ed
No known key found for this signature in database
GPG key ID: 8C76CADD40253590

View file

@ -5,4 +5,5 @@
'true', 'true',
'false' 'false'
%label.fr-label{ for: @champ.input_id, id: @champ.labelledby_id } %label.fr-label{ for: @champ.input_id, id: @champ.labelledby_id }
%span
= render EditableChamp::ChampLabelContentComponent.new form: @form, champ: @champ, seen_at: @seen_at = render EditableChamp::ChampLabelContentComponent.new form: @form, champ: @champ, seen_at: @seen_at