From ff26692688e57e8fb4695ede643a08e1e68dc3c5 Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 5 Jun 2026 11:47:03 +0800 Subject: [PATCH] =?UTF-8?q?fix(governance):=20=E7=A9=A9=E5=AE=9A=20P1-002?= =?UTF-8?q?=20=E7=9B=A4=E9=BB=9E=E9=A0=81=E6=96=87=E5=AD=97=E6=8F=9B?= =?UTF-8?q?=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../tabs/automation-inventory-tab.tsx | 26 ++++++++++++++++--- docs/LOGBOOK.md | 4 ++- ...AI_AGENT_AUTOMATION_WORKLIST_2026-06-04.md | 6 ++--- ...-04-15-MASTER-ai-autonomous-flywheel-v2.md | 4 +-- 4 files changed, 30 insertions(+), 10 deletions(-) diff --git a/apps/web/src/app/[locale]/governance/tabs/automation-inventory-tab.tsx b/apps/web/src/app/[locale]/governance/tabs/automation-inventory-tab.tsx index 66460615..867fd4ff 100644 --- a/apps/web/src/app/[locale]/governance/tabs/automation-inventory-tab.tsx +++ b/apps/web/src/app/[locale]/governance/tabs/automation-inventory-tab.tsx @@ -65,6 +65,9 @@ function SmallLabel({ children }: { children: ReactNode }) { color: '#87867f', textTransform: 'uppercase', letterSpacing: '0.5px', + lineHeight: 1.25, + minWidth: 0, + overflowWrap: 'anywhere', }}> {children} @@ -86,9 +89,10 @@ function Chip({ value, muted = false }: { value: string; muted?: boolean }) { fontSize: 10, lineHeight: 1.3, maxWidth: '100%', - overflowX: 'auto', - overflowY: 'hidden', - whiteSpace: 'nowrap', + minWidth: 0, + overflowWrap: 'anywhere', + wordBreak: 'break-word', + whiteSpace: 'normal', }}> {value} @@ -491,7 +495,7 @@ export function AutomationInventoryTab() { } return ( -
+
@@ -1246,6 +1250,20 @@ export function AutomationInventoryTab() {