diff --git a/templates/default/070-components/legacy/Services/_component_init.scss b/templates/default/070-components/legacy/Services/_component_init.scss old mode 100755 new mode 100644 index 269ff8b02c8a..26f13a5acb49 --- a/templates/default/070-components/legacy/Services/_component_init.scss +++ b/templates/default/070-components/legacy/Services/_component_init.scss @@ -23,6 +23,10 @@ div.ilStartupFrame { width: fit-content; margin-left: auto; margin-right: auto; + + > .c-form { + min-width: 34rem; + } @media only screen and (max-width: $il-grid-float-breakpoint-max) { padding-top: 15px; @@ -34,6 +38,10 @@ div.ilStartupFrame { width: 100%; } } + + > .c-form { + min-width: 0; + } } } diff --git a/templates/default/delos.css b/templates/default/delos.css index 26a274ef2a9a..41df492e08b4 100644 --- a/templates/default/delos.css +++ b/templates/default/delos.css @@ -18712,6 +18712,9 @@ a#ilHelpClose { margin-left: auto; margin-right: auto; } +.ilStartupSection > .c-form { + min-width: 34rem; +} @media only screen and (max-width: 991px) { .ilStartupSection { padding-top: 15px; @@ -18723,6 +18726,9 @@ a#ilHelpClose { .ilStartupSection .control-label + div { width: 100%; } + .ilStartupSection > .c-form { + min-width: 0; + } } ul.ilStartupSectionRegistrationLinks {