Skip to content

Commit

Permalink
don't allow pinned collection card overflow (#30612)
Browse files Browse the repository at this point in the history
  • Loading branch information
iethree authored and Metabase bot committed May 8, 2023
1 parent c99d20d commit 10dad1b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ export interface CardRootProps {
export const CardRoot = styled(Link)<CardRootProps>`
position: relative;
display: block;
overflow: hidden;
height: ${props => props.isPreview && "15.625rem"};
padding: 0.5rem 0;
border: 1px solid ${color("border")};
Expand Down

0 comments on commit 10dad1b

Please sign in to comment.