diff --git a/src/features/login/components/LoginComponent.js b/src/features/login/components/LoginComponent.js index 155fa24..e65f855 100644 --- a/src/features/login/components/LoginComponent.js +++ b/src/features/login/components/LoginComponent.js @@ -9,7 +9,7 @@ import { useTranslation } from "react-i18next"; const useStyles = makeStyles(theme => ({ field: { margin: theme.spacing(1), - width: "20ch" + width: "300px" } }));