aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/pages/bug/Message.tsx
diff options
context:
space:
mode:
authorSascha <GlancingMind@outlook.com>2021-03-03 13:02:27 +0100
committerSascha <GlancingMind@outlook.com>2021-03-04 20:53:28 +0100
commitc8a5330bdeabbf2c83890ca096281cd09159cc10 (patch)
tree821799e9cb13489912dd6e3dad0e660fa8a65377 /webui/src/pages/bug/Message.tsx
parent9f6dcc887d31ce5c9cb5438b4e0e6c834c9d81d6 (diff)
downloadgit-bug-c8a5330bdeabbf2c83890ca096281cd09159cc10.tar.gz
Fix padding around issue comments
Diffstat (limited to 'webui/src/pages/bug/Message.tsx')
-rw-r--r--webui/src/pages/bug/Message.tsx2
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',
},
}));