amelioration(choix.simple): lorsqu'il y a un champ autre, le positionne proprement

This commit is contained in:
Martin 2023-09-04 10:50:12 +02:00
parent 9f5a64b7cb
commit 4d2307f683

View file

@ -1,4 +1,5 @@
.drop_down_other
.notice
.drop_down_other.fr-mt-2w
.fr-input-group
%label.fr-label{ for: dom_id(@champ, :value_other) } Veuillez saisir votre autre choix
= @form.text_field :value_other, maxlength: 200, size: nil, id: dom_id(@champ, :value_other), class: 'fr-input'
= @form.text_field :value_other, maxlength: 200, size: nil, id: dom_id(@champ, :value_other), class: 'fr-input'