Skip to content

Commit 3e9d892

Browse files
author
Parag Chavare
committed
minicart-three-digit-quantity-cutoff
1 parent 2f30dde commit 3e9d892

File tree

2 files changed

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

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@
342342
.item-qty {
343343
margin-right: @indent__s;
344344
text-align: center;
345-
width: 40px;
345+
width: 45px;
346346
}
347347

348348
.update-cart-item {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@
355355
.item-qty {
356356
margin-right: @indent__s;
357357
text-align: center;
358-
width: 40px;
358+
width: 45px;
359359
}
360360

361361
.update-cart-item {

0 commit comments

Comments
 (0)