aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/pages/bug/Message.tsx
diff options
context:
space:
mode:
authorSascha <GlancingMind@outlook.com>2021-03-18 12:13:03 +0100
committerSascha <GlancingMind@outlook.com>2021-03-19 17:52:47 +0100
commit58e124056002e7e8e9dc9ac38f672a90b005eebd (patch)
tree194442fcabdd0ea0cc867d8e624f607bf6a428f1 /webui/src/pages/bug/Message.tsx
parent142adfd2b15dda3a7b9353c046f5858496012876 (diff)
downloadgit-bug-58e124056002e7e8e9dc9ac38f672a90b005eebd.tar.gz
Add space between edit button and edited indicator
Diffstat (limited to 'webui/src/pages/bug/Message.tsx')
-rw-r--r--webui/src/pages/bug/Message.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/webui/src/pages/bug/Message.tsx b/webui/src/pages/bug/Message.tsx
index adb3057c..26bbb1aa 100644
--- a/webui/src/pages/bug/Message.tsx
+++ b/webui/src/pages/bug/Message.tsx
@@ -60,6 +60,7 @@ const useStyles = makeStyles((theme) => ({
editButton: {
color: theme.palette.info.contrastText,
padding: '0rem',
+ marginLeft: theme.spacing(1),
fontSize: '0.75rem',
'&:hover': {
backgroundColor: 'inherit',