From 48b7f75bd14ab0b18a0730f05f982d86e5913227 Mon Sep 17 00:00:00 2001 From: nkabembo <71999441+nkabembo@users.noreply.github.com> Date: Mon, 16 Feb 2026 21:30:59 +0200 Subject: [PATCH] Added Horizontal padding for mobile view on profile page , added scroll on onboarding concerns input --- src/pages/Profile.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/Profile.jsx b/src/pages/Profile.jsx index 8a337c7..2975c0c 100644 --- a/src/pages/Profile.jsx +++ b/src/pages/Profile.jsx @@ -11,7 +11,7 @@ function Profile() { const [loading, setLoading] = useState(true); const navigate = useNavigate(); let inputClassName = - 'rounded-none border-0 border-b border-eerie bg-transparent focus:border-stone-600 focus:ring-0'; + 'rounded-none border-0 border-b border-eerie bg-transparent focus:border-stone-600 focus:ring-0 overflow-x-auto'; useEffect(() => { const unsubscribe = onAuthStateChanged(auth, async (user) => { if (user) { @@ -34,7 +34,7 @@ function Profile() { }; if (loading) return

Loading

; return ( -
+

Profile