From f0b5ecc17cbfde45f37d7a09a285d99653740d05 Mon Sep 17 00:00:00 2001 From: hitesh-wagento Date: Fri, 31 Aug 2018 13:54:46 +0530 Subject: [PATCH] --- .../Magento/luma/Magento_Wishlist/web/css/source/_module.less | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/design/frontend/Magento/luma/Magento_Wishlist/web/css/source/_module.less b/app/design/frontend/Magento/luma/Magento_Wishlist/web/css/source/_module.less index 6455921a71ad7..584eefb9bc643 100644 --- a/app/design/frontend/Magento/luma/Magento_Wishlist/web/css/source/_module.less +++ b/app/design/frontend/Magento/luma/Magento_Wishlist/web/css/source/_module.less @@ -277,6 +277,9 @@ @_icon-font-color-hover: @primary__color, @_icon-font-color-active: @minicart-icons-color ); + &:before { + overflow: visible; + } } } }