From 63680c6d4cc122506346d420489422b6ced82bbc Mon Sep 17 00:00:00 2001 From: Sascha Date: Tue, 25 May 2021 17:37:38 +0200 Subject: Fix alignment of comment counter for high number --- webui/src/pages/list/BugRow.tsx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'webui/src/pages') diff --git a/webui/src/pages/list/BugRow.tsx b/webui/src/pages/list/BugRow.tsx index 562149f3..68a3b299 100644 --- a/webui/src/pages/list/BugRow.tsx +++ b/webui/src/pages/list/BugRow.tsx @@ -84,7 +84,9 @@ const useStyles = makeStyles((theme) => ({ }, commentCount: { fontSize: '1rem', + minWidth: '2rem', marginLeft: theme.spacing(0.5), + marginRight: theme.spacing(1), }, commentCountCell: { display: 'inline-flex', -- cgit