style(dossier): fix container / margin breaks between sections

This commit is contained in:
Colin Darie 2024-11-25 15:22:49 +01:00
parent 602680a251
commit 7d2821aa81
No known key found for this signature in database
GPG key ID: 4FB865FDBCA4BCC4
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@
= render partial: "shared/dossiers/france_connect_informations_notice", locals: { user_information: dossier.user.france_connect_informations.first }
.dossier-edit.container.counter-start-header-section
.dossier-edit.fr-container.counter-start-header-section
= render partial: "shared/dossiers/submit_is_over", locals: { dossier: dossier }
= render NestedForms::FormOwnerComponent.new
= form_for dossier_for_editing, url: brouillon_dossier_url(dossier), method: :patch, html: { id: 'dossier-edit-form', class: 'form', multipart: true, novalidate: 'novalidate' } do |f|

View file

@ -1,4 +1,4 @@
.container.dossier-edit
.fr-container.dossier-edit
- if dossier.has_annotations?
%section.counter-start-header-section
= render NestedForms::FormOwnerComponent.new