From 60426c6cd24c2f7d1881a27459a2a46628a81b3f Mon Sep 17 00:00:00 2001 From: Magento EngCom Team Date: Wed, 24 Jan 2018 12:13:02 -0600 Subject: [PATCH] :arrow_double_up: Forwardport of magento/magento2#12730 to 2.3-develop branch Applied pull request patch https://github.com/magento/magento2/pull/12730.patch (created by @EfremovaVI) based on commit(s): 1. 370e526de6b6f67b5f07dea5bfbc91884f9311ea 2. 5e43f84815c8a00f4216242fc9e3ee2e442f3552 3. ff7029f231b4289ced181485708e35fca0ad6a42 Fixed GitHub Issues in 2.3-develop branch: - magento/magento2#12713: Currency symbol overlaps entered attribute option's price while creating Configurable Product (reported by @alena-marchenko) --- .../web/css/source/module/components/_currency-addon.less | 3 ++- 1 file changed, 2 insertions(+), 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..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 @@ -10,7 +10,8 @@ @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