mirror of
https://github.com/langgenius/dify.git
synced 2026-07-26 14:18:35 +08:00
fix(web): prevent customization horizontal overflow (#39557)
This commit is contained in:
parent
aff5c47541
commit
a2d9aeff37
@ -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">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user