Skip to content

Commit 4f4dee1

Browse files
authored
ENGCOM-7225: Fix the minicart items actions alignment for tablet and desktop devices #27493
2 parents d086d3a + d478c7f commit 4f4dee1

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
@@ -135,7 +135,7 @@
135135
.product {
136136
.actions {
137137
float: right;
138-
margin: -24px 0 0;
138+
margin: -28px 0 0;
139139
text-align: right;
140140

141141
> .primary,

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
@@ -145,7 +145,7 @@
145145
.product {
146146
.actions {
147147
float: right;
148-
margin: -24px 0 0;
148+
margin: -28px 0 0;
149149

150150
> .primary,
151151
> .secondary {

0 commit comments

Comments
 (0)