diff --git a/frontend/src/components/v2/InfisicalSecretInput/InfisicalSecretInput.tsx b/frontend/src/components/v2/InfisicalSecretInput/InfisicalSecretInput.tsx index 74d4057ae..029e8da63 100644 --- a/frontend/src/components/v2/InfisicalSecretInput/InfisicalSecretInput.tsx +++ b/frontend/src/components/v2/InfisicalSecretInput/InfisicalSecretInput.tsx @@ -314,12 +314,13 @@ export const InfisicalSecretInput = ({ /> e.preventDefault()} className={twMerge( - "relative top-3 z-[100] ml-4 overflow-hidden rounded-md border border-mineshaft-600 bg-mineshaft-900 font-inter text-bunker-100 shadow-md" + "relative top-2 z-[100] overflow-hidden rounded-md border border-mineshaft-600 bg-mineshaft-900 font-inter text-bunker-100 shadow-md" )} style={{ - width: "300px", + width: "var(--radix-popover-trigger-width)", maxHeight: "var(--radix-select-content-available-height)" }} > @@ -350,7 +351,7 @@ export const InfisicalSecretInput = ({