From 2148a57a4c15982f10f6c58a73eb12b42cab43b2 Mon Sep 17 00:00:00 2001 From: amit kumar Date: Fri, 6 Oct 2023 22:40:47 +0530 Subject: [PATCH 1/3] Fix the check box and input for mobile UI --- src/components/PasswordGenerator.jsx | 42 +++++++++++++++------------- 1 file changed, 22 insertions(+), 20 deletions(-) diff --git a/src/components/PasswordGenerator.jsx b/src/components/PasswordGenerator.jsx index 9fc1358..279e593 100644 --- a/src/components/PasswordGenerator.jsx +++ b/src/components/PasswordGenerator.jsx @@ -157,26 +157,28 @@ const PasswordGenerator = () => { onChange={(e) => setPasswordLength(e.target.value)} /> - - - - +
+ + + + +