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 ( -