Adjust header label spacing (#756)

This commit is contained in:
Stefan Ålund
2020-05-08 13:07:36 +02:00
committed by GitHub
parent dbf6b462bc
commit 8b6d05abbf
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ const useStyles = makeStyles<BackstageTheme>((theme) => ({
flexDirection: 'row',
flexWrap: 'wrap',
alignItems: 'center',
marginRight: theme.spacing(6),
marginRight: theme.spacing(1),
},
title: {
color: theme.palette.bursts.fontColor,