fix: hide collection item overflow on hover (#2706)
This commit is contained in:
parent
d058697644
commit
c54f896e39
@ -12,6 +12,7 @@ const ListCard = styled.li`
|
|||||||
width: ${lengths.topCardWidth};
|
width: ${lengths.topCardWidth};
|
||||||
margin-left: 12px;
|
margin-left: 12px;
|
||||||
margin-bottom: 16px;
|
margin-bottom: 16px;
|
||||||
|
overflow: hidden;
|
||||||
`;
|
`;
|
||||||
|
|
||||||
const ListCardLink = styled(Link)`
|
const ListCardLink = styled(Link)`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user