login fields fix

master
Tudor Stanciu 2020-12-24 05:35:05 +02:00
parent e9c38a5fbc
commit 0fbf9d3288
1 changed files with 1 additions and 1 deletions

View File

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