diff options
author | Lena <lena.becker-3@mni.thm.de> | 2021-03-15 15:40:25 +0100 |
---|---|---|
committer | Sascha <GlancingMind@outlook.com> | 2021-03-15 16:35:14 +0100 |
commit | 09fabc98a357454b2c4da4f08ce269bb4106c36a (patch) | |
tree | 3052b77b9990215c379bb8feaae5508152865c1f /webui/src/pages/new/NewBugPage.tsx | |
parent | ac17596c1ab94b6426bb5b48e39ed0dd9038303e (diff) | |
download | git-bug-09fabc98a357454b2c4da4f08ce269bb4106c36a.tar.gz |
Adjust Button #10
Diffstat (limited to 'webui/src/pages/new/NewBugPage.tsx')
-rw-r--r-- | webui/src/pages/new/NewBugPage.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/webui/src/pages/new/NewBugPage.tsx b/webui/src/pages/new/NewBugPage.tsx index aa220e04..39725722 100644 --- a/webui/src/pages/new/NewBugPage.tsx +++ b/webui/src/pages/new/NewBugPage.tsx @@ -4,7 +4,7 @@ import { useHistory } from 'react-router-dom'; import { Button, Paper } from '@material-ui/core'; import { makeStyles, Theme } from '@material-ui/core/styles'; -import BackToListButton from '../../components/BackToListButton/BackToListButton'; +import BackToListButton from '../../components/BackToListButton'; import BugTitleInput from '../../components/BugTitleForm/BugTitleInput'; import CommentInput from '../../components/CommentInput/CommentInput'; @@ -40,7 +40,7 @@ const useStyles = makeStyles((theme: Theme) => ({ color: theme.palette.success.contrastText, }, leftSidebar: { - marginTop: theme.spacing(2), + marginTop: theme.spacing(4), marginRight: theme.spacing(2), }, rightSidebar: { |