Fix rendering on safari browser

This commit is contained in:
dominik-zeglen 2020-08-18 11:38:34 +02:00
parent 355c796bd8
commit 70bb077840

View file

@ -69,6 +69,7 @@ const useStyles = makeStyles(
border: `1px solid ${theme.palette.divider}`, border: `1px solid ${theme.palette.divider}`,
height: 40, height: 40,
marginRight: theme.spacing(2), marginRight: theme.spacing(2),
padding: 6,
width: 40 width: 40
} }
}; };