From 95116d1fcd3ab76a85db59c7ad57edeb210deb3a Mon Sep 17 00:00:00 2001 From: Etienne LOUPIAS <eloupias@grandlyon.com> Date: Thu, 15 Feb 2024 10:49:27 +0100 Subject: [PATCH] fix(onboarding): structure style minor change --- .../profile-structure-choice.component.scss | 4 ++++ .../structure-name-and-address.component.html | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/app/form/form-view/profile-form/profile-structure-choice/profile-structure-choice.component.scss b/src/app/form/form-view/profile-form/profile-structure-choice/profile-structure-choice.component.scss index 3f30f02c4..fdf5dc098 100644 --- a/src/app/form/form-view/profile-form/profile-structure-choice/profile-structure-choice.component.scss +++ b/src/app/form/form-view/profile-form/profile-structure-choice/profile-structure-choice.component.scss @@ -24,6 +24,10 @@ padding-right: 12px; } +.content { + width: 600px; +} + .scroll { box-sizing: border-box; height: 50vh; diff --git a/src/app/form/form-view/structure-form/structure-name-and-address/structure-name-and-address.component.html b/src/app/form/form-view/structure-form/structure-name-and-address/structure-name-and-address.component.html index 68c7f1185..44602a6f5 100644 --- a/src/app/form/form-view/structure-form/structure-name-and-address/structure-name-and-address.component.html +++ b/src/app/form/form-view/structure-form/structure-name-and-address/structure-name-and-address.component.html @@ -3,7 +3,7 @@ <div class="title"> <h3>Quels sont le nom et l'adresse de cette structure ?</h3> </div> - <div class="formGroup" style="max-width: 300px"> + <div class="formGroup"> <app-input id="name" label="Nom" -- GitLab