Skip to content

Commit 61da4b3

Browse files
ENGCOM-1310: [forwardport] #14716 Fix - minicart label fixed size issue #14739
- Merge Pull Request #14739 from Karlasa/magento2:PR-14717-forwardport - Merged commits: 1. 5dc7e02 2. 5ed3cce
2 parents b7c76e3 + 5ed3cce commit 61da4b3

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
@@ -239,7 +239,6 @@
239239
.product-item-pricing {
240240
.label {
241241
display: inline-block;
242-
width: 4.5rem;
243242
}
244243
}
245244

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
@@ -249,7 +249,6 @@
249249
.product-item-pricing {
250250
.label {
251251
display: inline-block;
252-
width: 4.5rem;
253252
}
254253
}
255254

0 commit comments

Comments
 (0)