Skip to content

Commit

Permalink
chore: make grid group cards have a consistent height (#9064)
Browse files Browse the repository at this point in the history
  • Loading branch information
nunogois authored Jan 6, 2025
1 parent 2363d99 commit cb77b10
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ const StyledGridContainer = styled('div')(({ theme }) => ({
display: 'grid',
gridTemplateColumns: 'repeat(auto-fill, minmax(280px, 1fr))',
gap: theme.spacing(2),
gridAutoRows: '1fr',
}));

type PageQueryType = Partial<Record<'search', string>>;
Expand Down

0 comments on commit cb77b10

Please sign in to comment.