Skip to content
Snippets Groups Projects
Commit 49edba0a authored by Othmane ROGLER's avatar Othmane ROGLER
Browse files

fix(ui): add margin between card grid and toolbar

parent d4e2baa5
No related branches found
No related tags found
No related merge requests found
......@@ -36,6 +36,7 @@ const useStyles = makeStyles()(() => ({
},
cardGrid: {
marginBottom: '0px',
marginTop: '10px',
},
mobileButtonContainer: {
display: 'flex',
......
......@@ -45,6 +45,7 @@ const useStyles = makeStyles()((theme, isMobile) => ({
},
cardGrid: {
marginBottom: '0px',
marginTop: '10px',
},
chip: {
margin: theme.spacing(1),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment