From 2566ab91053a13842a090b1123bf72c719241186 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 28 Apr 2026 05:33:11 +0000 Subject: [PATCH] fix: prevent signin page content from overflowing on mobile viewports Replace shrink-0 with min-w-0 on card containers to allow proper sizing on small screens. Add w-full to inner content containers for proper mobile width. Fix hard-coded w-[400px] to responsive w-full md:w-[400px] in webapp-reset-password layout. Agent-Logs-Url: https://github.com/langgenius/dify/sessions/e361965b-6f86-4c1c-99fc-a55a9c95e5fa Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com> --- web/app/(shareLayout)/webapp-reset-password/layout.tsx | 4 ++-- web/app/(shareLayout)/webapp-signin/layout.tsx | 4 ++-- web/app/account/oauth/authorize/layout.tsx | 4 ++-- web/app/reset-password/layout.tsx | 4 ++-- web/app/signin/layout.tsx | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/web/app/(shareLayout)/webapp-reset-password/layout.tsx b/web/app/(shareLayout)/webapp-reset-password/layout.tsx index 82749c8641..ba27fa5830 100644 --- a/web/app/(shareLayout)/webapp-reset-password/layout.tsx +++ b/web/app/(shareLayout)/webapp-reset-password/layout.tsx @@ -10,7 +10,7 @@ export default function SignInLayout({ children }: any) { return ( <>