diff --git a/packages/features/ee/sso/components/ConnectionInfo.tsx b/packages/features/ee/sso/components/ConnectionInfo.tsx index 43f32f0fdf..c2a3a85fb2 100644 --- a/packages/features/ee/sso/components/ConnectionInfo.tsx +++ b/packages/features/ee/sso/components/ConnectionInfo.tsx @@ -51,7 +51,7 @@ export default function ConnectionInfo({ ) : ( )} -
+
@@ -99,7 +99,7 @@ const SAMLInfo = ({ acsUrl, entityId }: { acsUrl: string | null; entityId: strin }} type="button" className="rounded-l-none py-[19px] text-base "> - + {t("copy")} @@ -121,7 +121,7 @@ const SAMLInfo = ({ acsUrl, entityId }: { acsUrl: string | null; entityId: strin }} type="button" className="rounded-l-none py-[19px] text-base "> - + {t("copy")} @@ -157,7 +157,7 @@ const OIDCInfo = ({ callbackUrl }: { callbackUrl: string | null }) => { }} type="button" className="rounded-l-none py-[19px] text-base "> - + {t("copy")}