mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-17 21:00:45 +00:00
CE-740 Remove margin/padding (in the card now)
This commit is contained in:
@ -91,8 +91,8 @@ function PieChart({description, chartData, chartSubheaderData}: Props): JSX.Elem
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<Card sx={{boxShadow: "none", height: "100%", width: "100%", display: "flex", flexGrow: 1, border: 0}}>
|
<Card sx={{boxShadow: "none", height: "100%", width: "100%", display: "flex", flexGrow: 1, border: 0}}>
|
||||||
<Box mt={1}>
|
<Box>
|
||||||
<Box px={3}>
|
<Box>
|
||||||
{chartSubheaderData && (<ChartSubheaderWithData chartSubheaderData={chartSubheaderData} />)}
|
{chartSubheaderData && (<ChartSubheaderWithData chartSubheaderData={chartSubheaderData} />)}
|
||||||
</Box>
|
</Box>
|
||||||
<Grid container alignItems="center">
|
<Grid container alignItems="center">
|
||||||
|
Reference in New Issue
Block a user