From 9b025f0c9f62b8b970be666d7876598e036ed581 Mon Sep 17 00:00:00 2001 From: Ephraim Atta-Duncan Date: Mon, 18 Sep 2023 14:39:42 +0000 Subject: [PATCH] fix: width reducing with screen size --- apps/web/src/app/(unauthenticated)/forgot-password/page.tsx | 3 +-- .../src/app/(unauthenticated)/reset-password/[token]/page.tsx | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/apps/web/src/app/(unauthenticated)/forgot-password/page.tsx b/apps/web/src/app/(unauthenticated)/forgot-password/page.tsx index d72719066..af1c96e6f 100644 --- a/apps/web/src/app/(unauthenticated)/forgot-password/page.tsx +++ b/apps/web/src/app/(unauthenticated)/forgot-password/page.tsx @@ -5,10 +5,9 @@ import backgroundPattern from '~/assets/background-pattern.png'; import { ForgotPasswordForm } from '~/components/forms/forgot-password'; export default function ForgotPasswordPage() { - // TODO: Fix width reducing with screen size return (
-
+
-
+