From 370e526de6b6f67b5f07dea5bfbc91884f9311ea Mon Sep 17 00:00:00 2001 From: VasilinaHrebets Date: Fri, 15 Dec 2017 11:17:27 +0200 Subject: [PATCH 1/2] magento/magento2 - updated the "currency-addon-symbol__width" variable in "app/design/adminhtml/Magento/backend/Magento_ConfigurableProduct". --- .../web/css/source/module/components/_currency-addon.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/design/adminhtml/Magento/backend/Magento_ConfigurableProduct/web/css/source/module/components/_currency-addon.less b/app/design/adminhtml/Magento/backend/Magento_ConfigurableProduct/web/css/source/module/components/_currency-addon.less index 0c33b8d3b8a02..4ecf7e03e1be1 100644 --- a/app/design/adminhtml/Magento/backend/Magento_ConfigurableProduct/web/css/source/module/components/_currency-addon.less +++ b/app/design/adminhtml/Magento/backend/Magento_ConfigurableProduct/web/css/source/module/components/_currency-addon.less @@ -10,7 +10,7 @@ @currency-addon-symbol__border-color: @field-control__border-color; @currency-addon-symbol__color: @color-gray52; @currency-addon-symbol__height: @field-control__height; -@currency-addon-symbol__width: 1.6rem; +@currency-addon-symbol__width: 2.6rem; // // Common From ff7029f231b4289ced181485708e35fca0ad6a42 Mon Sep 17 00:00:00 2001 From: VasilinaHrebets Date: Fri, 15 Dec 2017 11:44:29 +0200 Subject: [PATCH 2/2] magento/magento2#12713: Currency symbol overlaps entered attribute option's price while creating Configurable Product - updated the "currency-addon-symbol__width" variable in "app/design/adminhtml/Magento/backend/Magento_ConfigurableProduct". --- .../web/css/source/module/components/_currency-addon.less | 1 + 1 file changed, 1 insertion(+) diff --git a/app/design/adminhtml/Magento/backend/Magento_ConfigurableProduct/web/css/source/module/components/_currency-addon.less b/app/design/adminhtml/Magento/backend/Magento_ConfigurableProduct/web/css/source/module/components/_currency-addon.less index 4ecf7e03e1be1..1e5d03d6f25c2 100644 --- a/app/design/adminhtml/Magento/backend/Magento_ConfigurableProduct/web/css/source/module/components/_currency-addon.less +++ b/app/design/adminhtml/Magento/backend/Magento_ConfigurableProduct/web/css/source/module/components/_currency-addon.less @@ -12,6 +12,7 @@ @currency-addon-symbol__height: @field-control__height; @currency-addon-symbol__width: 2.6rem; + // // Common // _____________________________________________