From e32133d9a6fad8bbdfd47f4ab3d4423c7a02a858 Mon Sep 17 00:00:00 2001 From: Divyansh Goyal Date: Wed, 1 Jul 2026 03:30:46 +0530 Subject: [PATCH] prevent social icons from overlapping in onboarding layout (#4692) * prevent social icons from overlapping in onboarding layout * fixed the alignment social icon forms * revert * fix: adjust spacing in social sign-in section of registration page Updated the layout of the social sign-in options by adding a gap between the elements to improve visual clarity and user experience. --------- Co-authored-by: Mauricio Siu --- apps/dokploy/components/layouts/onboarding-layout.tsx | 6 +++--- apps/dokploy/pages/register.tsx | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/dokploy/components/layouts/onboarding-layout.tsx b/apps/dokploy/components/layouts/onboarding-layout.tsx index c76c920fd..297a9d8a7 100644 --- a/apps/dokploy/components/layouts/onboarding-layout.tsx +++ b/apps/dokploy/components/layouts/onboarding-layout.tsx @@ -35,11 +35,11 @@ export const OnboardingLayout = ({ children }: Props) => { -
-
+
+
{children}
-
+