From e5902152abd656f5639b9973e5ceefd067a75f80 Mon Sep 17 00:00:00 2001 From: Aaryan Khandelwal <65252264+aaryan610@users.noreply.github.com> Date: Sun, 17 Dec 2023 00:21:03 +0530 Subject: [PATCH] fix: overflow issues in the profile settings layout (#3163) --- web/pages/profile/activity.tsx | 4 ++-- web/pages/profile/change-password.tsx | 2 +- web/pages/profile/index.tsx | 2 +- web/pages/profile/preferences.tsx | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web/pages/profile/activity.tsx b/web/pages/profile/activity.tsx index d943f4b9a..c05a9559e 100644 --- a/web/pages/profile/activity.tsx +++ b/web/pages/profile/activity.tsx @@ -25,7 +25,7 @@ const ProfileActivityPage: NextPageWithLayout = () => { const { data: userActivity } = useSWR(USER_ACTIVITY, () => userService.getUserActivity()); return ( -
+

Activity

@@ -180,7 +180,7 @@ const ProfileActivityPage: NextPageWithLayout = () => { ) : ( - + diff --git a/web/pages/profile/change-password.tsx b/web/pages/profile/change-password.tsx index 85074269c..fe78546a5 100644 --- a/web/pages/profile/change-password.tsx +++ b/web/pages/profile/change-password.tsx @@ -90,7 +90,7 @@ const ChangePasswordPage: NextPageWithLayout = observer(() => { return (

Change password

diff --git a/web/pages/profile/index.tsx b/web/pages/profile/index.tsx index dc75ee12b..b7cdd135c 100644 --- a/web/pages/profile/index.tsx +++ b/web/pages/profile/index.tsx @@ -168,7 +168,7 @@ const ProfileSettingsPage: NextPageWithLayout = () => { )} /> setDeactivateAccountModal(false)} /> -
+
diff --git a/web/pages/profile/preferences.tsx b/web/pages/profile/preferences.tsx index 9bf525a17..97b920eda 100644 --- a/web/pages/profile/preferences.tsx +++ b/web/pages/profile/preferences.tsx @@ -49,7 +49,7 @@ const ProfilePreferencesPage: NextPageWithLayout = observer(() => { return ( <> {currentUser ? ( -
+

Preferences