diff --git a/src/app/form/form-view/form-view.component.scss b/src/app/form/form-view/form-view.component.scss index c9d10754fcabc00d5ccd2edddeba7033ba9dc1a7..f8a2759d487fd7e2eab38a0f55e8fed87bfebb44 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 81646409c50ac50b6cd027bb48fb4b9fb86fd525..b52cb828072975cc4192f851741955fae9206990 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 {