fix: hide collection item overflow on hover (#2706)

This commit is contained in:
Ben Borgers 2019-10-23 14:08:46 -04:00 committed by Shawn Erquhart
parent d058697644
commit c54f896e39

View File

@ -12,6 +12,7 @@ const ListCard = styled.li`
width: ${lengths.topCardWidth};
margin-left: 12px;
margin-bottom: 16px;
overflow: hidden;
`;
const ListCardLink = styled(Link)`