diff --git a/vehicle-data-platform/apps/web/src/layout/AppShell.tsx b/vehicle-data-platform/apps/web/src/layout/AppShell.tsx index 54ca5be5..7dfd960c 100644 --- a/vehicle-data-platform/apps/web/src/layout/AppShell.tsx +++ b/vehicle-data-platform/apps/web/src/layout/AppShell.tsx @@ -294,30 +294,46 @@ export function AppShell({ value={keyword} onChange={setKeyword} onEnterPress={search} - style={{ width: 320 }} + style={{ width: 280 }} />
-