mirror of
https://github.com/rjNemo/ticket_manager
synced 2026-06-12 11:46:40 +00:00
[UI]: add margin below on cards
This commit is contained in:
parent
429ace34bb
commit
872a87abfd
2 changed files with 1 additions and 0 deletions
BIN
app.db
BIN
app.db
Binary file not shown.
|
|
@ -18,6 +18,7 @@ interface IProps {
|
||||||
const useStyles = makeStyles({
|
const useStyles = makeStyles({
|
||||||
root: {
|
root: {
|
||||||
minWidth: 275,
|
minWidth: 275,
|
||||||
|
marginBottom: 20,
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue