Skip to content

Commit dd33d87

Browse files
committed
MAGETWO-98251 Position remove icon in sidebar wishlist
1 parent 65763df commit dd33d87

File tree

1 file changed

+3
-1
lines changed
  • app/design/frontend/Magento/blank/Magento_Catalog/web/css/source

1 file changed

+3
-1
lines changed

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

+3-1
Original file line numberDiff line numberDiff line change
@@ -458,8 +458,10 @@
458458
&.delete {
459459
&:extend(.abs-remove-button-for-blocks all);
460460
position: absolute;
461+
top: -1px;
461462
right: 0;
462-
top: 0;
463+
line-height: unset;
464+
width: auto;
463465
}
464466
}
465467

0 commit comments

Comments
 (0)