From 63e8ecce5be3ee1805821593585e52d8e479c7bd Mon Sep 17 00:00:00 2001 From: nafees nazik Date: Mon, 18 Sep 2023 23:44:08 +0530 Subject: [PATCH] fix: break --- frontend/src/components/v2/SecretInput/SecretInput.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/v2/SecretInput/SecretInput.tsx b/frontend/src/components/v2/SecretInput/SecretInput.tsx index 10ed24f43..1c4094ce2 100644 --- a/frontend/src/components/v2/SecretInput/SecretInput.tsx +++ b/frontend/src/components/v2/SecretInput/SecretInput.tsx @@ -46,7 +46,7 @@ type Props = Omit, "onChange" | "onBlur"> & }; const commonClassName = - "font-mono text-sm leading-5 caret-white border-none outline-none w-full break-all "; + "font-mono text-sm caret-white border-none outline-none w-full break-all py-4"; export const SecretInput = forwardRef( ({ value, isVisible, onChange, onBlur, isDisabled, onFocus, ...props }, ref) => { @@ -67,7 +67,7 @@ export const SecretInput = forwardRef( return (
-
+        
           
             (