login fields fix
parent
e9c38a5fbc
commit
0fbf9d3288
|
@ -9,7 +9,7 @@ import { useTranslation } from "react-i18next";
|
||||||
const useStyles = makeStyles(theme => ({
|
const useStyles = makeStyles(theme => ({
|
||||||
field: {
|
field: {
|
||||||
margin: theme.spacing(1),
|
margin: theme.spacing(1),
|
||||||
width: "20ch"
|
width: "300px"
|
||||||
}
|
}
|
||||||
}));
|
}));
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue