From 65a305dfbd9178088ece551451d89448dd6fe274 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nejc=20Kova=C4=8D?= Date: Thu, 30 Jun 2022 15:50:20 +0200 Subject: [PATCH] =?UTF-8?q?register=20form=20-=20text=20fields=20odpravlje?= =?UTF-8?q?n=20bug=20pri=20=C5=A1irini?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/simple/css/style.css | 2 ++ resources/sass/frontend_simple/basic/popravki.scss | 2 ++ 2 files changed, 4 insertions(+) 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; }