Add margin bottom to DashboardView

This commit is contained in:
Ken Hibino 2020-11-26 22:46:41 -08:00
parent 003a88d17b
commit 2fa55ed6f6

View File

@ -46,6 +46,9 @@ const useStyles = makeStyles((theme) => ({
tooltipSection: {
marginBottom: "4px",
},
tableContainer: {
marginBottom: theme.spacing(2),
},
}));
function mapStateToProps(state: AppState) {
@ -161,7 +164,7 @@ function DashboardView(props: Props) {
</Paper>
</Grid>
<Grid item xs={12}>
<Grid item xs={12} className={classes.tableContainer}>
<Paper className={classes.paper} variant="outlined">
{/* TODO: Add loading indicator */}
<QueuesOverviewTable