Skip to content

Commit

Permalink
don't allow pinned collection card overflow (metabase#30612) (metabas…
Browse files Browse the repository at this point in the history
…e#30618)

Co-authored-by: Ryan Laurie <30528226+iethree@users.noreply.github.com>
  • Loading branch information
2 people authored and Maiquu committed Jun 14, 2023
1 parent d4f7b2d commit d891ebe
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 d891ebe

Please sign in to comment.