changed textField width
This commit is contained in:
parent
d0d9820699
commit
2cb980822b
|
@ -23,6 +23,7 @@ const styles = theme => ({
|
||||||
marginRight: theme.spacing.unit,
|
marginRight: theme.spacing.unit,
|
||||||
marginTop: theme.spacing.unit * 2,
|
marginTop: theme.spacing.unit * 2,
|
||||||
flexBasis: 280,
|
flexBasis: 280,
|
||||||
|
width: '90%'
|
||||||
},
|
},
|
||||||
button: {
|
button: {
|
||||||
marginLeft: theme.spacing.unit * 2,
|
marginLeft: theme.spacing.unit * 2,
|
||||||
|
|
Loading…
Reference in New Issue