mirror of
https://github.com/rjNemo/ticket_manager
synced 2026-06-06 00:36:39 +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({
|
||||
root: {
|
||||
minWidth: 275,
|
||||
marginBottom: 20,
|
||||
},
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue