Skip to content

Commit c247ef8

Browse files
ENGCOM-6532: [Align some space between input and update button Minicart] #26234
2 parents a58ad00 + 4f3c9f2 commit c247ef8

File tree

2 files changed

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

2 files changed

+4
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,7 @@
347347

348348
.update-cart-item {
349349
.lib-font-size(11);
350+
margin-left: 5px;
350351
vertical-align: top;
351352
}
352353

@@ -399,6 +400,7 @@
399400
}
400401
.update-cart-item {
401402
float: right;
403+
margin-left: 0;
402404
}
403405
}
404406
}

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,7 @@
376376

377377
.update-cart-item {
378378
.lib-font-size(11);
379+
margin-left: 5px;
379380
vertical-align: top;
380381
}
381382

@@ -428,6 +429,7 @@
428429
}
429430
.update-cart-item {
430431
float: right;
432+
margin-left: 0;
431433
}
432434
}
433435
}

0 commit comments

Comments
 (0)