Fill cell with input

This commit is contained in:
dominik-zeglen 2019-09-23 17:21:26 +02:00
parent 2879a80d0d
commit ddb2bc1bd4

View file

@ -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
}
}));