Skip to content

Commit 8f92765

Browse files
ENGCOM-1309: [backport] #14716 Fix - minicart label fixed size issue #14738
- Merge Pull Request #14738 from Karlasa/magento2:PR-14716-backport - Merged commits: 1. 3cc5b4d 2. 59b2f4d
2 parents f7e8421 + 59b2f4d commit 8f92765

File tree

2 files changed

+0
-2
lines changed
  • app/design/frontend/Magento

2 files changed

+0
-2
lines changed

app/design/frontend/Magento/blank/Magento_Checkout/web/css/source/module/_minicart.less

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,6 @@
238238
.product-item-pricing {
239239
.label {
240240
display: inline-block;
241-
width: 4.5rem;
242241
}
243242
}
244243

app/design/frontend/Magento/luma/Magento_Checkout/web/css/source/module/_minicart.less

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,6 @@
243243
.product-item-pricing {
244244
.label {
245245
display: inline-block;
246-
width: 4.5rem;
247246
}
248247
}
249248

0 commit comments

Comments
 (0)