style(dossier): fix container / margin breaks between sections
This commit is contained in:
parent
602680a251
commit
7d2821aa81
2 changed files with 2 additions and 2 deletions
|
@ -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|
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.container.dossier-edit
|
||||
.fr-container.dossier-edit
|
||||
- if dossier.has_annotations?
|
||||
%section.counter-start-header-section
|
||||
= render NestedForms::FormOwnerComponent.new
|
||||
|
|
Loading…
Reference in a new issue