From 0fbf9d3288a3bf831904d9aa1d94e538d81b0bb2 Mon Sep 17 00:00:00 2001 From: Tudor Stanciu Date: Thu, 24 Dec 2020 05:35:05 +0200 Subject: [PATCH] login fields fix --- src/features/login/components/LoginComponent.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } }));