From 645617a7978c2eed2b4b483f8cfc9d120764c6aa Mon Sep 17 00:00:00 2001 From: Nainesh Date: Thu, 10 Jan 2019 19:06:14 +0530 Subject: [PATCH 1/2] 'customer-login-page-input-field-are-short-width-on-tablet-view' :: add changes for On customer login page input field are short width on tablet view --- .../Magento/blank/Magento_Customer/web/css/source/_module.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/design/frontend/Magento/blank/Magento_Customer/web/css/source/_module.less b/app/design/frontend/Magento/blank/Magento_Customer/web/css/source/_module.less index 9df59ca5dac92..a94fedbcbbd14 100644 --- a/app/design/frontend/Magento/blank/Magento_Customer/web/css/source/_module.less +++ b/app/design/frontend/Magento/blank/Magento_Customer/web/css/source/_module.less @@ -421,7 +421,7 @@ > .field { > .control { - width: 55%; + width: 80%; } } } From 3f6c2c84db3ae61231c646361c6876d000cb8ec9 Mon Sep 17 00:00:00 2001 From: Nainesh Date: Thu, 17 Jan 2019 17:15:51 +0530 Subject: [PATCH 2/2] 'customer-login-page-input-field-are-short-width-on-tablet-view' :: On customer login page input field are short width on tablet view --- .../Magento/luma/Magento_Customer/web/css/source/_module.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/design/frontend/Magento/luma/Magento_Customer/web/css/source/_module.less b/app/design/frontend/Magento/luma/Magento_Customer/web/css/source/_module.less index 5418d836fc262..73000531f6b39 100755 --- a/app/design/frontend/Magento/luma/Magento_Customer/web/css/source/_module.less +++ b/app/design/frontend/Magento/luma/Magento_Customer/web/css/source/_module.less @@ -371,7 +371,7 @@ .fieldset { > .field { > .control { - width: 55%; + width: 80%; } } }