diff --git a/frontend/src/component/project/Project/ProjectInsights/ProjectInsightsStats/ProjectInsightsStats.tsx b/frontend/src/component/project/Project/ProjectInsights/ProjectInsightsStats/ProjectInsightsStats.tsx index dc3c3ce6253b..62581cea8a11 100644 --- a/frontend/src/component/project/Project/ProjectInsights/ProjectInsightsStats/ProjectInsightsStats.tsx +++ b/frontend/src/component/project/Project/ProjectInsights/ProjectInsightsStats/ProjectInsightsStats.tsx @@ -9,7 +9,7 @@ import { useRequiredPathParam } from 'hooks/useRequiredPathParam'; const StyledBox = styled(Box)(({ theme }) => ({ display: 'grid', gap: theme.spacing(2), - gridTemplateColumns: 'repeat(5, 1fr)', + gridTemplateColumns: 'repeat(4, 1fr)', flexWrap: 'wrap', [theme.breakpoints.down('lg')]: { gridTemplateColumns: 'repeat(2, 1fr)', @@ -105,18 +105,6 @@ export const ProjectInsightsStats = ({ stats }: IProjectStatsProps) => { - - - - - -