Fill cell with input
This commit is contained in:
parent
2879a80d0d
commit
ddb2bc1bd4
1 changed files with 1 additions and 2 deletions
|
@ -48,8 +48,7 @@ const useStyles = makeStyles((theme: Theme) => ({
|
|||
"& input": {
|
||||
padding: "16px 12px 17px"
|
||||
},
|
||||
marginTop: theme.spacing.unit / 2,
|
||||
width: 104
|
||||
marginTop: theme.spacing.unit / 2
|
||||
}
|
||||
}));
|
||||
|
||||
|
|
Loading…
Reference in a new issue