style(form): position correctly the mandatory star on checkbox when text is on multiple lines
This commit is contained in:
parent
e1eba45739
commit
01ab59c2ed
1 changed files with 2 additions and 1 deletions
|
@ -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 }
|
||||||
= render EditableChamp::ChampLabelContentComponent.new form: @form, champ: @champ, seen_at: @seen_at
|
%span
|
||||||
|
= render EditableChamp::ChampLabelContentComponent.new form: @form, champ: @champ, seen_at: @seen_at
|
||||||
|
|
Loading…
Reference in a new issue