From 2baf953cd04501995e440d10cc62629ce21543d9 Mon Sep 17 00:00:00 2001 From: Corinne Durrmeyer Date: Wed, 25 Sep 2024 19:05:14 +0200 Subject: [PATCH] Remove fieldset without legend --- .../individual_form_component.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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