From f4f08a51b85e54fdba61fb0a42436fc7e0eae2b6 Mon Sep 17 00:00:00 2001 From: Vividh Pandey Date: Thu, 1 Feb 2024 02:20:16 +0530 Subject: [PATCH] fixed modal size Signed-off-by: Vividh Pandey --- src/components/form/style.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/form/style.ts b/src/components/form/style.ts index e02be6f9..9c6f1830 100644 --- a/src/components/form/style.ts +++ b/src/components/form/style.ts @@ -15,7 +15,7 @@ export const Wrap = styled.div` height: inherit; flex-direction: column; align-content: center; - min-width: 600px; + min-width: auto; `; export const OrgWrap = styled.div`