From a2d9aeff372a56d7f0f6b8b23114bfbd8ef7c397 Mon Sep 17 00:00:00 2001 From: Jingyi Date: Fri, 24 Jul 2026 19:24:07 -0700 Subject: [PATCH] fix(web): prevent customization horizontal overflow (#39557) --- web/app/components/custom/custom-page/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/components/custom/custom-page/index.tsx b/web/app/components/custom/custom-page/index.tsx index 11edcd923fb..7bafef74529 100644 --- a/web/app/components/custom/custom-page/index.tsx +++ b/web/app/components/custom/custom-page/index.tsx @@ -20,7 +20,7 @@ const CustomPage = () => { const showContact = enableBilling && (plan.type === Plan.professional || plan.type === Plan.team) return ( -
+
{showBillingTip && (