webui: adjust some margins

Michael Muré created

Change summary

webui/src/pages/bug/Bug.tsx | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)

Detailed changes

webui/src/pages/bug/Bug.tsx 🔗

@@ -18,7 +18,7 @@ const useStyles = makeStyles(theme => ({
     marginTop: theme.spacing(4),
   },
   header: {
-    marginLeft: theme.spacing(1) + 40,
+    marginLeft: theme.spacing(3) + 40,
   },
   title: {
     ...theme.typography.h5,
@@ -30,12 +30,14 @@ const useStyles = makeStyles(theme => ({
   container: {
     display: 'flex',
     marginBottom: theme.spacing(1),
+    marginRight: theme.spacing(2),
+    marginLeft: theme.spacing(2),
   },
   timeline: {
     flex: 1,
     marginTop: theme.spacing(2),
     marginRight: theme.spacing(2),
-    minWidth: 0,
+    minWidth: 400,
   },
   sidebar: {
     marginTop: theme.spacing(2),