diff --git a/ui/src/views/DashboardView.tsx b/ui/src/views/DashboardView.tsx index 64e530e..a848aa0 100644 --- a/ui/src/views/DashboardView.tsx +++ b/ui/src/views/DashboardView.tsx @@ -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) { - + {/* TODO: Add loading indicator */}