diff --git a/src/app/features/administration/stepper/stepper.component.scss b/src/app/features/administration/stepper/stepper.component.scss index 9e0c8cdd..901ef633 100644 --- a/src/app/features/administration/stepper/stepper.component.scss +++ b/src/app/features/administration/stepper/stepper.component.scss @@ -65,7 +65,7 @@ } .step-info { - padding: 9px 10px; + padding: 0 10px; width: 100%; display: block; background: $white; diff --git a/src/styles/partials/_forms.scss b/src/styles/partials/_forms.scss index 34476ba5..19b17359 100644 --- a/src/styles/partials/_forms.scss +++ b/src/styles/partials/_forms.scss @@ -77,7 +77,7 @@ textarea { .mat-checkbox-layout .mat-checkbox-label { max-width: 90vw; - overflow: scroll; + overflow-x: auto; } .button { label { diff --git a/src/styles/partials/_navigation.scss b/src/styles/partials/_navigation.scss index 45c97e30..06d47c99 100644 --- a/src/styles/partials/_navigation.scss +++ b/src/styles/partials/_navigation.scss @@ -117,10 +117,11 @@ a span.ui-steps-number { width: 100%; position: fixed; right: 0; + padding: 1rem 0; .button { display: inline-block; - margin: 8px 16px; + padding: 0.5rem 1rem; } .button { &.is-secondary {