diff --git a/frontend/simple/css/style.css b/frontend/simple/css/style.css index 430947a2b..0bea9ee4d 100644 --- a/frontend/simple/css/style.css +++ b/frontend/simple/css/style.css @@ -1119,6 +1119,7 @@ body.landing_page #main .landing_page_window label:first-of-type { padding-left: 8px; height: 38px; max-width: 354px; + width: 100%; border: 1px solid #C4C4C4; } @@ -1127,6 +1128,7 @@ body.landing_page #main .landing_page_window label:first-of-type { padding-left: 8px; height: 38px; max-width: 354px; + width: 100%; border: 1px solid #C4C4C4; } diff --git a/resources/sass/frontend_simple/basic/popravki.scss b/resources/sass/frontend_simple/basic/popravki.scss index 126f6df1e..589ec6633 100644 --- a/resources/sass/frontend_simple/basic/popravki.scss +++ b/resources/sass/frontend_simple/basic/popravki.scss @@ -140,6 +140,7 @@ body.landing_page #main .landing_page_window label:first-of-type{ padding-left: 8px; height: 38px; max-width: 354px; + width: 100%; border: $input_border; } @@ -148,6 +149,7 @@ body.landing_page #main .landing_page_window label:first-of-type{ padding-left: 8px; height: 38px; max-width: 354px; + width: 100%; border: $input_border; }