diff --git a/app/components/dossiers/individual_form_component/individual_form_component.html.haml b/app/components/dossiers/individual_form_component/individual_form_component.html.haml index 38a5b2b19..3aea55390 100644 --- a/app/components/dossiers/individual_form_component/individual_form_component.html.haml +++ b/app/components/dossiers/individual_form_component/individual_form_component.html.haml @@ -46,7 +46,7 @@ %label.fr-label{ for: "identite_champ_radio_#{Individual::GENDER_MALE}" } = Individual.human_attribute_name('gender.male') .fr-fieldset__element.fr-mb-0 - %fieldset.fr-fieldset.width-100 + .fr-fieldset.width-100 .fr-fieldset__element.fr-fieldset__element--short-text = render Dsfr::InputComponent.new(form: individual, attribute: :prenom, opts: { autocomplete: (for_tiers? ? false : 'given-name') }) .fr-fieldset__element.fr-fieldset__element--short-text