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
3 merge requests!654Publish stable version,!631Generate testing v6,!598Resolve "List view should be the default one"
Pipeline #18271 passed
......@@ -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