Skip to content

Commit d7f32ca

Browse files
authored
ENGCOM-3909: Wishlist-alignment-issue-at-mobile #20218
2 parents 3756fcd + cb6499b commit d7f32ca

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
@@ -350,7 +350,7 @@
350350
.product {
351351
&-item {
352352
&-checkbox {
353-
left: 20px;
353+
left: 0;
354354
position: absolute;
355355
top: 20px;
356356
}

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
@@ -195,10 +195,10 @@
195195
.media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__m) {
196196
.products-grid.wishlist {
197197
margin-bottom: @indent__l;
198-
margin-right: -@indent__s;
198+
margin-right: 0;
199199
.product {
200200
&-item {
201-
padding: @indent__base @indent__s @indent__base @indent__base;
201+
padding: @indent__base 0 @indent__base 0;
202202
position: relative;
203203

204204
&-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
@@ -429,7 +429,7 @@
429429
.product {
430430
&-item {
431431
&-checkbox {
432-
left: 20px;
432+
left: 0;
433433
position: absolute;
434434
top: 20px;
435435
}

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
@@ -203,11 +203,11 @@
203203
.media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__m) {
204204
.products-grid.wishlist {
205205
margin-bottom: @indent__l;
206-
margin-right: -@indent__s;
206+
margin-right: 0;
207207

208208
.product {
209209
&-item {
210-
padding: @indent__base @indent__s @indent__base @indent__base;
210+
padding: @indent__base 0 @indent__base 0;
211211
position: relative;
212212

213213
&-photo {

0 commit comments

Comments
 (0)