fix(web): prevent customization horizontal overflow (#39557)

This commit is contained in:
Jingyi 2026-07-24 19:24:07 -07:00 committed by GitHub
parent aff5c47541
commit a2d9aeff37
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,7 +20,7 @@ const CustomPage = () => {
const showContact = enableBilling && (plan.type === Plan.professional || plan.type === Plan.team)
return (
<div className="flex flex-col">
<div className="flex flex-col overflow-x-hidden">
{showBillingTip && (
<div className="mb-1 flex justify-between rounded-xl bg-linear-to-r from-components-input-border-active-prompt-1 to-components-input-border-active-prompt-2 p-4 pl-6 shadow-lg backdrop-blur-xs">
<div className="space-y-1 text-text-primary-on-surface">