Skip to content

Commit 2139fec

Browse files
[Resolved: Wishlist icon cut on Shopping cart page in mobile view #17851]
1 parent 19bec6f commit 2139fec

File tree

1 file changed

+3
-0
lines changed
  • app/design/frontend/Magento/luma/Magento_Wishlist/web/css/source

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,9 @@
277277
@_icon-font-color-hover: @primary__color,
278278
@_icon-font-color-active: @minicart-icons-color
279279
);
280+
&:before {
281+
overflow: visible;
282+
}
280283
}
281284
}
282285
}

0 commit comments

Comments
 (0)