diff --git a/webui/src/components/BugTitleForm/.BugTitleForm.tsx.swp b/webui/src/components/BugTitleForm/.BugTitleForm.tsx.swp deleted file mode 100644 index 125bed1102632dc6d3342a125b36283027706373..0000000000000000000000000000000000000000 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 970253025867f491a3b97dd1dc26235de630247b..08a1ac90f465f4f8abf70fabdc761f62ed808522 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) { />