[UI]: add margin below on cards

This commit is contained in:
Ruidy Nemausat 2020-04-18 09:19:08 +02:00
parent 429ace34bb
commit 872a87abfd
2 changed files with 1 additions and 0 deletions

BIN
app.db

Binary file not shown.

View file

@ -18,6 +18,7 @@ interface IProps {
const useStyles = makeStyles({
root: {
minWidth: 275,
marginBottom: 20,
},
});