From e08ecf1a7f8d93b584c0c5130e4333d6621a4c52 Mon Sep 17 00:00:00 2001 From: ludovicm67 Date: Thu, 23 Jan 2020 21:40:53 +0100 Subject: [PATCH] webui: fix column width on bug --- webui/src/bug/Bug.js | 1 + 1 file changed, 1 insertion(+) diff --git a/webui/src/bug/Bug.js b/webui/src/bug/Bug.js index 19b8b9ce4b14744f1bd15cee7b761647a6f7c119..5a159f0f2081704050650b40a2afa39b67fa93dd 100644 --- a/webui/src/bug/Bug.js +++ b/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),