Skip to content

Commit d478c7f

Browse files
ENGCOM-7225: Fix the minicart items actions alignment for tablet and desktop devices #27493
- Merge Pull Request #27493 from vasilii-b/magento2:minicart-item-action-alignment-issue - Merged commits: 1. bbc6abc
2 parents 176ba2b + bbc6abc commit d478c7f

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)