Skip to content

Commit 17ad0df

Browse files
committed
Resolved minicart dropdown alignment issue - 19507
1 parent edc9a5c commit 17ad0df

File tree

1 file changed

+12
-1
lines changed
  • app/design/frontend/Magento/luma/Magento_Checkout/web/css/source/module

1 file changed

+12
-1
lines changed

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

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,12 @@
129129

130130
.block-minicart {
131131
.lib-css(padding, 25px @minicart__padding-horizontal);
132-
132+
&:before {
133+
right:11px;
134+
}
135+
&:after {
136+
right: 10px;
137+
}
133138
.block-title {
134139
display: none;
135140
}
@@ -417,6 +422,12 @@
417422
.block-minicart {
418423
right: -15px;
419424
width: 390px;
425+
&:before {
426+
right:17px;
427+
}
428+
&:after {
429+
right:16px;
430+
}
420431
}
421432
}
422433
.minilist .action.delete,

0 commit comments

Comments
 (0)