Skip to content

Commit 69f6da0

Browse files
[Align some space between input and update button Minicart]
1 parent 10ab84e commit 69f6da0

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
@@ -348,6 +348,7 @@
348348
.update-cart-item {
349349
.lib-font-size(11);
350350
vertical-align: top;
351+
margin-left: 5px;
351352
}
352353

353354
.subtitle {
@@ -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
@@ -377,6 +377,7 @@
377377
.update-cart-item {
378378
.lib-font-size(11);
379379
vertical-align: top;
380+
margin-left: 5px;
380381
}
381382

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

0 commit comments

Comments
 (0)