Add space between edit button and edited indicator

Sascha created

Change summary

webui/src/pages/bug/Message.tsx | 1 +
1 file changed, 1 insertion(+)

Detailed changes

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',