From 12d0bb5ced952dcde04ec8298ee2392dd835f0f6 Mon Sep 17 00:00:00 2001 From: Thomas Heartman Date: Fri, 11 Oct 2024 09:23:52 +0200 Subject: [PATCH] fix: adjust the height of the flag section This commit adjusts the height of the flag section in the personal dashboard, so that the chart doesn't cause scrolling on the widest version. --- frontend/src/component/personalDashboard/Grid.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/component/personalDashboard/Grid.tsx b/frontend/src/component/personalDashboard/Grid.tsx index 313286a091..f5ff956eae 100644 --- a/frontend/src/component/personalDashboard/Grid.tsx +++ b/frontend/src/component/personalDashboard/Grid.tsx @@ -49,7 +49,7 @@ export const ProjectGrid = styled(ContentGrid)( export const FlagGrid = styled(ContentGrid)( onWideContainer({ gridTemplateColumns: '1fr 1fr 1fr', - gridTemplateRows: '450px', + gridTemplateRows: '480px', display: 'grid', gridTemplateAreas: ` "flags chart chart"