1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-04-24 01:18:01 +02:00

fix: margin

This commit is contained in:
Fredrik Oseberg 2021-10-20 13:21:39 +02:00
parent 03230fcff9
commit 5d48ce3f03

View File

@ -11,7 +11,7 @@ export const useStyles = makeStyles(theme => ({
}, },
environmentMetrics: { environmentMetrics: {
border: `1px solid ${theme.palette.grey[300]}`, border: `1px solid ${theme.palette.grey[300]}`,
margin: '1rem', margin: '0.5rem',
width: '30%', width: '30%',
}, },
[theme.breakpoints.down(1000)]: { [theme.breakpoints.down(1000)]: {