From 4b45c48f9b18fc974f2ed743ad10f4583715f8a2 Mon Sep 17 00:00:00 2001 From: Guilhem CARRON <gcarron@grandlyon.com> Date: Wed, 26 Oct 2022 12:01:46 +0000 Subject: [PATCH] =?UTF-8?q?Resolve=20"Compl=C3=A9tion=20du=20profil=20:=20?= =?UTF-8?q?design=20KO"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/form/form-view/form-view.component.scss | 4 ++-- .../information-step/information-step.component.scss | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/form/form-view/form-view.component.scss b/src/app/form/form-view/form-view.component.scss index c9d10754f..f8a2759d4 100644 --- a/src/app/form/form-view/form-view.component.scss +++ b/src/app/form/form-view/form-view.component.scss @@ -14,14 +14,13 @@ max-width: 980px; width: 100%; height: 100%; - margin: auto; + margin: 1rem auto; overflow-y: auto; color: $grey-1; background: $white; border-radius: 8px; border: 1px solid $grey-6; padding: 32px 48px; - @media #{$tablet} { margin: 0px 4px; width: auto; @@ -31,6 +30,7 @@ } .no-max-width { max-width: none; + height: 100%; } .missing-information { display: flex; diff --git a/src/app/form/form-view/global-components/information-step/information-step.component.scss b/src/app/form/form-view/global-components/information-step/information-step.component.scss index 81646409c..b52cb8280 100644 --- a/src/app/form/form-view/global-components/information-step/information-step.component.scss +++ b/src/app/form/form-view/global-components/information-step/information-step.component.scss @@ -18,7 +18,7 @@ text-align: center; } &.profile-skip { - height: unset; + height: 100%; max-width: unset; p { -- GitLab