From 2fa55ed6f66a43e9d61799d0eb61226836648f70 Mon Sep 17 00:00:00 2001 From: Ken Hibino Date: Thu, 26 Nov 2020 22:46:41 -0800 Subject: [PATCH] Add margin bottom to DashboardView --- ui/src/views/DashboardView.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 */}