mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-17 21:00:45 +00:00
Add padding under widgets if there are also app sections
This commit is contained in:
@ -204,7 +204,9 @@ function AppHome({app}: Props): JSX.Element
|
|||||||
<BaseLayout>
|
<BaseLayout>
|
||||||
<Box>
|
<Box>
|
||||||
{app.widgets && (
|
{app.widgets && (
|
||||||
<DashboardWidgets widgetMetaDataList={widgets} />
|
<Box pb={app.sections ? 2.375 : 0}>
|
||||||
|
<DashboardWidgets widgetMetaDataList={widgets} />
|
||||||
|
</Box>
|
||||||
)}
|
)}
|
||||||
<Grid container spacing={3}>
|
<Grid container spacing={3}>
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user