From 480baf762f467e52f8182a66517d29863ae56730 Mon Sep 17 00:00:00 2001 From: Dennis Thiessen Date: Thu, 23 Jul 2026 09:34:09 +0200 Subject: [PATCH] chore(frontend): harness at desktop width (768px) for two-column preview max-w-md (448px) under-sized the panel vs its real full-width tab placement and never triggered the desktop two-column layout. Widen to max-w-3xl; note to resize to ~390px for the mobile (single-column) check. Co-Authored-By: Claude Opus 4.8 --- frontend/src/dev/harness.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/frontend/src/dev/harness.tsx b/frontend/src/dev/harness.tsx index a116067..e50d40c 100644 --- a/frontend/src/dev/harness.tsx +++ b/frontend/src/dev/harness.tsx @@ -109,7 +109,10 @@ function Case({ title, data }: { title: string; data: FundamentalResponse }) { } createRoot(document.getElementById('root')!).render( -
+
+

+ Desktop width (~768px, two columns). Resize the browser to ~390px to check mobile (single column). +