Skip to content

Commit

Permalink
Minicart alignment issue has been resolved into magento-2.2-devlop
Browse files Browse the repository at this point in the history
  • Loading branch information
speedy008 committed Dec 20, 2018
1 parent 6b109f4 commit afba6e4
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@
@_toggle-selector: ~'.action.showcart',
@_options-selector: ~'.block-minicart',
@_dropdown-list-width: 320px,
@_dropdown-list-position-right: 0px,
@_dropdown-list-position-right: -10px,
@_dropdown-list-pointer-position: right,
@_dropdown-list-pointer-position-left-right: 26px,
@_dropdown-list-pointer-position-left-right: 12px,
@_dropdown-list-z-index: 101,
@_dropdown-toggle-icon-content: @icon-cart,
@_dropdown-toggle-active-icon-content: @icon-cart,
Expand Down Expand Up @@ -412,7 +412,6 @@
margin-left: 13px;

.block-minicart {
right: -15px;
width: 390px;
}
}
Expand Down

0 comments on commit afba6e4

Please sign in to comment.