diff options
author | Sascha <GlancingMind@outlook.com> | 2021-03-03 13:02:27 +0100 |
---|---|---|
committer | Sascha <GlancingMind@outlook.com> | 2021-03-04 20:53:28 +0100 |
commit | c8a5330bdeabbf2c83890ca096281cd09159cc10 (patch) | |
tree | 821799e9cb13489912dd6e3dad0e660fa8a65377 /webui | |
parent | 9f6dcc887d31ce5c9cb5438b4e0e6c834c9d81d6 (diff) | |
download | git-bug-c8a5330bdeabbf2c83890ca096281cd09159cc10.tar.gz |
Fix padding around issue comments
Diffstat (limited to 'webui')
-rw-r--r-- | webui/src/pages/bug/Message.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webui/src/pages/bug/Message.tsx b/webui/src/pages/bug/Message.tsx index f2f62b52..d27f7a3d 100644 --- a/webui/src/pages/bug/Message.tsx +++ b/webui/src/pages/bug/Message.tsx @@ -49,7 +49,7 @@ const useStyles = makeStyles((theme) => ({ }, body: { ...theme.typography.body2, - padding: '0 1rem', + padding: '0.5rem', }, })); |