Skip to content

Commit a30dcc6

Browse files
author
Oleg Zinoviev
committed
MAGETWO-34183: [UI] Advanced Mini Cart
- CR Updates
1 parent dcae6de commit a30dcc6

File tree

2 files changed

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

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@
180180

181181
.minicart-items-wrapper {
182182
.css(border, 1px solid @minicart__border-color);
183+
.css(margin, 0 -@minicart__padding-horizontal);
183184
border-left: 0;
184185
border-right: 0;
185186
overflow-x: auto;

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@
188188

189189
.minicart-items-wrapper {
190190
.css(border, 1px solid @minicart__border-color);
191+
.css(margin, 0 -@minicart__padding-horizontal);
191192
border-left: 0;
192193
border-right: 0;
193194
overflow-x: auto;

0 commit comments

Comments
 (0)