Skip to content

Commit b6473f6

Browse files
Merge forwardport of #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. 370e526 2. 5e43f84 3. ff7029f Fixed GitHub Issues in 2.3-develop branch: - #12713: Currency symbol overlaps entered attribute option's price while creating Configurable Product (reported by @alena-marchenko)
2 parents 4a422f6 + 60426c6 commit b6473f6

File tree

1 file changed

+2
-1
lines changed
  • app/design/adminhtml/Magento/backend/Magento_ConfigurableProduct/web/css/source/module/components

1 file changed

+2
-1
lines changed

app/design/adminhtml/Magento/backend/Magento_ConfigurableProduct/web/css/source/module/components/_currency-addon.less

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
@currency-addon-symbol__border-color: @field-control__border-color;
1111
@currency-addon-symbol__color: @color-gray52;
1212
@currency-addon-symbol__height: @field-control__height;
13-
@currency-addon-symbol__width: 1.6rem;
13+
@currency-addon-symbol__width: 2.6rem;
14+
1415

1516
//
1617
// Common

0 commit comments

Comments
 (0)