Skip to content

Commit

Permalink
fix(core): ensure GridCardLink fills entire card (#5017)
Browse files Browse the repository at this point in the history
  • Loading branch information
delucis authored Feb 25, 2021
1 parent a2be039 commit b7f91d7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ const GridCard = styled.li`

const GridCardLink = styled(Link)`
display: block;
height: 100%;
outline-offset: -2px;
&,
&:hover {
background-color: ${colors.foreground};
Expand Down

0 comments on commit b7f91d7

Please sign in to comment.