From ef03b4704fc6011d0b7eed264927992c078e81a3 Mon Sep 17 00:00:00 2001 From: manNomi Date: Thu, 7 May 2026 23:23:24 +0900 Subject: [PATCH] =?UTF-8?q?fix(web):=20=EB=B9=84=EB=B0=80=EB=B2=88?= =?UTF-8?q?=ED=98=B8=20=EB=B3=80=EA=B2=BD=20=ED=8E=98=EC=9D=B4=EC=A7=80=20?= =?UTF-8?q?=ED=99=95=EC=9D=B8=20=EB=B2=84=ED=8A=BC=20overflow=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../my/password/_ui/PasswordContent/index.tsx | 56 ++++++++++--------- 1 file changed, 29 insertions(+), 27 deletions(-) diff --git a/apps/web/src/app/my/password/_ui/PasswordContent/index.tsx b/apps/web/src/app/my/password/_ui/PasswordContent/index.tsx index bdb20b64..aba847ee 100644 --- a/apps/web/src/app/my/password/_ui/PasswordContent/index.tsx +++ b/apps/web/src/app/my/password/_ui/PasswordContent/index.tsx @@ -106,33 +106,35 @@ const PasswordContent = () => { )} -
- {step === 0 && ( - - )} - - {step === 1 && ( - - )} +
+
+ {step === 0 && ( + + )} + + {step === 1 && ( + + )} +