diff --git a/packages/twenty-front/src/pages/settings/SettingsTwoFactorAuthenticationMethod.tsx b/packages/twenty-front/src/pages/settings/SettingsTwoFactorAuthenticationMethod.tsx
index 92a3a974cc..d5bf38ef25 100644
--- a/packages/twenty-front/src/pages/settings/SettingsTwoFactorAuthenticationMethod.tsx
+++ b/packages/twenty-front/src/pages/settings/SettingsTwoFactorAuthenticationMethod.tsx
@@ -40,6 +40,10 @@ const StyledQRCodeWrapper = styled.div`
padding: ${({ theme }) => theme.spacing(4)};
`;
+const StyledOTPContainer = styled.div`
+ width: fit-content;
+`;
+
const StyledQRCode = styled(QRCode)`
height: 137px;
width: 137px;
@@ -174,7 +178,9 @@ export const SettingsTwoFactorAuthenticationMethod = () => {
title={t`Verify the code from the app`}
description={t`Copy paste the code below`}
/>
-
+
+
+
)}