Add padding under widgets if there are also app sections

This commit is contained in:
2023-11-22 11:44:18 -06:00
parent d293db5136
commit c94f518422

View File

@ -204,7 +204,9 @@ function AppHome({app}: Props): JSX.Element
<BaseLayout>
<Box>
{app.widgets && (
<DashboardWidgets widgetMetaDataList={widgets} />
<Box pb={app.sections ? 2.375 : 0}>
<DashboardWidgets widgetMetaDataList={widgets} />
</Box>
)}
<Grid container spacing={3}>
{