From b4b6397dbbddb10d69bef5d504494f16e1dc9612 Mon Sep 17 00:00:00 2001 From: Rohan Date: Thu, 7 Nov 2024 13:43:01 +0530 Subject: [PATCH] fix: overflow in create account dialog --- .../_components/CreateServiceAccountDialog.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/app/[team]/access/service-accounts/_components/CreateServiceAccountDialog.tsx b/frontend/app/[team]/access/service-accounts/_components/CreateServiceAccountDialog.tsx index c709ca2d8..b08783421 100644 --- a/frontend/app/[team]/access/service-accounts/_components/CreateServiceAccountDialog.tsx +++ b/frontend/app/[team]/access/service-accounts/_components/CreateServiceAccountDialog.tsx @@ -152,7 +152,7 @@ export const CreateServiceAccountDialog = () => { ref={dialogRef} >
-
+