webui/src/components/BackToListButton/BackToListButton.tsx → webui/src/components/BackToListButton.tsx 🔗
Lena created
webui/src/components/BackToListButton.tsx | 0
webui/src/pages/bug/Bug.tsx | 2 +-
webui/src/pages/new/NewBugPage.tsx | 4 ++--
3 files changed, 3 insertions(+), 3 deletions(-)
@@ -2,7 +2,7 @@ import React from 'react';
import { makeStyles } from '@material-ui/core/styles';
-import BackToListButton from '../../components/BackToListButton/BackToListButton';
+import BackToListButton from '../../components/BackToListButton';
import BugTitleForm from 'src/components/BugTitleForm/BugTitleForm';
import IfLoggedIn from 'src/components/IfLoggedIn/IfLoggedIn';
import Label from 'src/components/Label';
@@ -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: {