CE-740 Remove margin/padding (in the card now)

This commit is contained in:
2023-11-15 19:56:47 -06:00
parent ab0fb977fb
commit 12f13983ea

View File

@ -91,8 +91,8 @@ function PieChart({description, chartData, chartSubheaderData}: Props): JSX.Elem
return (
<Card sx={{boxShadow: "none", height: "100%", width: "100%", display: "flex", flexGrow: 1, border: 0}}>
<Box mt={1}>
<Box px={3}>
<Box>
<Box>
{chartSubheaderData && (<ChartSubheaderWithData chartSubheaderData={chartSubheaderData} />)}
</Box>
<Grid container alignItems="center">