From 1eefc8351d1ce4d76327fa30959293039c87928a Mon Sep 17 00:00:00 2001 From: Ken Hibino Date: Mon, 18 Oct 2021 06:15:50 -0700 Subject: [PATCH] (ui): Minor style fix --- ui/src/components/TasksTable.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/src/components/TasksTable.tsx b/ui/src/components/TasksTable.tsx index 81885fc..c23d82d 100644 --- a/ui/src/components/TasksTable.tsx +++ b/ui/src/components/TasksTable.tsx @@ -106,7 +106,8 @@ const useStyles = makeStyles((theme) => ({ marginLeft: "2px", }, searchbar: { - marginLeft: theme.spacing(4), + paddingLeft: theme.spacing(2), + paddingRight: theme.spacing(2), }, search: { position: "relative",