Skip to content

Commit 1ebfd8c

Browse files
committed
ENGCOM-4122: Static test fix.
1 parent 38481cb commit 1ebfd8c

File tree

2 files changed

+6
-6
lines changed
  • app/design/frontend/Magento

2 files changed

+6
-6
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@
342342
.product {
343343
&-item {
344344
&-checkbox {
345-
left: 0px;
345+
left: 0;
346346
position: absolute;
347347
top: 20px;
348348
}
@@ -381,16 +381,16 @@
381381
.media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__m) {
382382
.wishlist {
383383
&.window.popup {
384+
.field {
385+
.lib-form-field-type-revert(@_type: block);
386+
}
387+
384388
bottom: auto;
385389
.lib-css(top, @desktop-popup-position-top);
386390
.lib-css(left, @desktop-popup-position-left);
387391
.lib-css(margin-left, @desktop-popup-margin-left);
388392
.lib-css(width, @desktop-popup-width);
389393
right: auto;
390-
391-
.field {
392-
.lib-form-field-type-revert(@_type: block);
393-
}
394394
}
395395
}
396396

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: 0px;
438+
left: 0;
439439
position: absolute;
440440
top: 20px;
441441
}

0 commit comments

Comments
 (0)