webui: fix column width on bug

ludovicm67 created

Change summary

webui/src/bug/Bug.js | 1 +
1 file changed, 1 insertion(+)

Detailed changes

webui/src/bug/Bug.js 🔗

@@ -31,6 +31,7 @@ const useStyles = makeStyles(theme => ({
     flex: 1,
     marginTop: theme.spacing(2),
     marginRight: theme.spacing(2),
+    minWidth: 0,
   },
   sidebar: {
     marginTop: theme.spacing(2),