From 1735c7527cb49349fb98d61f18926f8ef3c2c02e Mon Sep 17 00:00:00 2001 From: neo773 <62795688+neo773@users.noreply.github.com> Date: Tue, 17 Mar 2026 05:03:16 +0530 Subject: [PATCH] fix 2FA UI layout (#18688) /closes #18685 --- .../pages/settings/SettingsTwoFactorAuthenticationMethod.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packages/twenty-front/src/pages/settings/SettingsTwoFactorAuthenticationMethod.tsx b/packages/twenty-front/src/pages/settings/SettingsTwoFactorAuthenticationMethod.tsx index d71b6f904c..f30ad05db3 100644 --- a/packages/twenty-front/src/pages/settings/SettingsTwoFactorAuthenticationMethod.tsx +++ b/packages/twenty-front/src/pages/settings/SettingsTwoFactorAuthenticationMethod.tsx @@ -47,6 +47,11 @@ const StyledOTPContainer = styled.div` const StyledQRCodeSizer = styled.div` height: 137px; width: 137px; + + & > svg { + height: 100%; + width: 100%; + } `; const StyledCopySetupKeyText = styled.div`