fix(web): 防止可觀測性頁水平溢出
Some checks failed
CD Pipeline / tests (push) Successful in 1m35s
Code Review / ai-code-review (push) Successful in 14s
CD Pipeline / build-and-deploy (push) Successful in 4m10s
CD Pipeline / post-deploy-checks (push) Has been cancelled

This commit is contained in:
Your Name
2026-06-12 13:21:31 +08:00
parent c661c4c4b9
commit 6ec4511263

View File

@@ -384,7 +384,7 @@ export default function ObservabilityPage({ params }: { params: { locale: string
return (
<AppLayout locale={params.locale}>
<main className="min-h-screen bg-[#f5f4ed]">
<main className="min-h-screen max-w-full overflow-x-hidden bg-[#f5f4ed]">
<section className="border-b border-[#e0ddd4] bg-[#faf9f3] px-4 py-6 md:px-8">
<div className="mx-auto flex max-w-[1600px] flex-col gap-6">
<div className="flex min-w-0 flex-col gap-4 lg:flex-row lg:items-end lg:justify-between">