Skip to content

Commit d4fffcb

Browse files
committed
fix: make cards adaptive to chart's height
1 parent 6e1a468 commit d4fffcb

File tree

1 file changed

+1
-1
lines changed
  • packages/apps/dashboard/client/src/pages/home/ui

1 file changed

+1
-1
lines changed

packages/apps/dashboard/client/src/pages/home/ui/HomePage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const CardWrapper = styled(Grid)(({ theme }) => ({
2828
borderRadius: '16px',
2929
padding: '24px 32px',
3030
[theme.breakpoints.up('md')]: {
31-
height: 300,
31+
height: '100%',
3232
},
3333
[theme.breakpoints.down('md')]: {
3434
height: 'auto',

0 commit comments

Comments
 (0)