Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 32ea761

Browse files
author
Stanislav Idolov
authored
🔃 [EngCom] Public Pull Requests - 2.1-develop
Accepted Public Pull Requests: - magento/magento2#17912: [Backport] Resolved : Wishlist icon cut on Shopping cart page in mobile view #17851 #28 (by @hitesh-wagento) Fixed GitHub Issues: - magento/magento2#17851: Wishlist icon cut on Shopping cart page in mobile view (reported by @hitesh-wagento) has been fixed in magento/magento2#17912 by @hitesh-wagento in 2.1-develop branch Related commits: 1. 9cc8481
2 parents 9e44d9a + 11d6c73 commit 32ea761

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)