aboutsummaryrefslogtreecommitdiffstats
path: root/webui
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2021-05-27 11:05:10 +0200
committerGitHub <noreply@github.com>2021-05-27 11:05:10 +0200
commit2e9c83a08366ec20dd60e7cce3306650a0ec7e1f (patch)
tree658cc51f00e68fe991dc03bad8f4f249bcac8579 /webui
parentbfad28d7feb3009de624c59edcfe670aa3832841 (diff)
parent63680c6d4cc122506346d420489422b6ced82bbc (diff)
downloadgit-bug-2e9c83a08366ec20dd60e7cce3306650a0ec7e1f.tar.gz
Merge pull request #681 from GlancingMind/webui-fix-alignment-of-comment-counter-for-high-number
Fix margin and alignment of comment counter for high comment count
Diffstat (limited to 'webui')
-rw-r--r--webui/src/pages/list/BugRow.tsx2
1 files changed, 2 insertions, 0 deletions
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',