diff options
author | Sascha <GlancingMind@outlook.com> | 2021-03-18 12:13:03 +0100 |
---|---|---|
committer | Sascha <GlancingMind@outlook.com> | 2021-03-19 17:52:47 +0100 |
commit | 58e124056002e7e8e9dc9ac38f672a90b005eebd (patch) | |
tree | 194442fcabdd0ea0cc867d8e624f607bf6a428f1 /webui | |
parent | 142adfd2b15dda3a7b9353c046f5858496012876 (diff) | |
download | git-bug-58e124056002e7e8e9dc9ac38f672a90b005eebd.tar.gz |
Add space between edit button and edited indicator
Diffstat (limited to 'webui')
-rw-r--r-- | webui/src/pages/bug/Message.tsx | 1 |
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', |