Skip to content

Commit 38481cb

Browse files
author
amol 2jcommerce
committed
Fixed-Wishlist-alignment-issue-at-mobile-2.2
1 parent a72f59b commit 38481cb

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

app/design/frontend/Magento/blank/Magento_MultipleWishlist/web/css/source/_module.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@
342342
.product {
343343
&-item {
344344
&-checkbox {
345-
left: 20px;
345+
left: 0px;
346346
position: absolute;
347347
top: 20px;
348348
}

app/design/frontend/Magento/blank/Magento_Wishlist/web/css/source/_module.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,10 +177,10 @@
177177
.media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__m) {
178178
.products-grid.wishlist {
179179
margin-bottom: @indent__l;
180-
margin-right: -@indent__s;
180+
margin-right: 0;
181181
.product {
182182
&-item {
183-
padding: @indent__base @indent__s @indent__base @indent__base;
183+
padding: @indent__base 0 @indent__base 0;
184184
position: relative;
185185

186186
&-photo {

app/design/frontend/Magento/luma/Magento_MultipleWishlist/web/css/source/_module.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@
435435
.product {
436436
&-item {
437437
&-checkbox {
438-
left: 20px;
438+
left: 0px;
439439
position: absolute;
440440
top: 20px;
441441
}

app/design/frontend/Magento/luma/Magento_Wishlist/web/css/source/_module.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,11 +185,11 @@
185185
.media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__m) {
186186
.products-grid.wishlist {
187187
margin-bottom: @indent__l;
188-
margin-right: -@indent__s;
188+
margin-right: 0;
189189

190190
.product {
191191
&-item {
192-
padding: @indent__base @indent__s @indent__base @indent__base;
192+
padding: @indent__base 0 @indent__base 0;
193193
position: relative;
194194

195195
&-photo {

0 commit comments

Comments
 (0)