From efcf68869de7325e073f936ad39b77bddb7e860d Mon Sep 17 00:00:00 2001 From: Dhairyashil Shinde <93669429+dhairyashiil@users.noreply.github.com> Date: Tue, 23 Dec 2025 21:53:50 +0530 Subject: [PATCH] fix: Routing page horizontal scroll for small mobile devices (#24663) * fix: horizontal scroll for small mobile devices * address cubics comments * fix disable form toggle --------- Co-authored-by: Pallav <90088723+Pallava-Joshi@users.noreply.github.com> --- .../components/apps/routing-forms/Header.tsx | 24 +++++++++---------- .../apps/routing-forms/SingleForm.tsx | 2 +- packages/ui/components/card/FormCard.tsx | 4 ++-- packages/ui/components/form/switch/Switch.tsx | 4 ++-- 4 files changed, 17 insertions(+), 17 deletions(-) diff --git a/apps/web/components/apps/routing-forms/Header.tsx b/apps/web/components/apps/routing-forms/Header.tsx index e927ababc9..6aa28c2fc1 100644 --- a/apps/web/components/apps/routing-forms/Header.tsx +++ b/apps/web/components/apps/routing-forms/Header.tsx @@ -183,7 +183,7 @@ const Actions = ({ action="toggle" routingForm={form} label="Disable Form" - extraClassNames="hover:bg-subtle cursor-pointer rounded-[5px] pr-4 transition" + extraClassNames="hover:bg-subtle cursor-pointer rounded-[5px] px-3 py-2 transition" /> @@ -264,7 +264,7 @@ export function Header({ return (