From 50484fb97efd62aceafdbb78ed575e94ff7bb1fd Mon Sep 17 00:00:00 2001 From: Sascha Date: Wed, 3 Mar 2021 18:14:37 +0100 Subject: Fix spacing between cancle and save button --- webui/src/components/BugTitleForm/.BugTitleForm.tsx.swp | Bin 20480 -> 0 bytes webui/src/components/BugTitleForm/BugTitleForm.tsx | 4 ++++ 2 files changed, 4 insertions(+) delete mode 100644 webui/src/components/BugTitleForm/.BugTitleForm.tsx.swp (limited to 'webui/src/components/BugTitleForm') diff --git a/webui/src/components/BugTitleForm/.BugTitleForm.tsx.swp b/webui/src/components/BugTitleForm/.BugTitleForm.tsx.swp deleted file mode 100644 index 125bed11..00000000 Binary files a/webui/src/components/BugTitleForm/.BugTitleForm.tsx.swp and /dev/null differ diff --git a/webui/src/components/BugTitleForm/BugTitleForm.tsx b/webui/src/components/BugTitleForm/BugTitleForm.tsx index 97025302..08a1ac90 100644 --- a/webui/src/components/BugTitleForm/BugTitleForm.tsx +++ b/webui/src/components/BugTitleForm/BugTitleForm.tsx @@ -49,6 +49,9 @@ const useStyles = makeStyles((theme) => ({ backgroundColor: theme.palette.success.main, color: theme.palette.success.contrastText, }, + saveButton: { + marginRight: theme.spacing(1), + }, })); interface Props { @@ -117,6 +120,7 @@ function BugTitleForm({ bug }: Props) { />