diff --git a/apps/dashboard/src/components/TargetsTab.tsx b/apps/dashboard/src/components/TargetsTab.tsx index 41aff327..e6b795c0 100644 --- a/apps/dashboard/src/components/TargetsTab.tsx +++ b/apps/dashboard/src/components/TargetsTab.tsx @@ -4,6 +4,11 @@ * The summary table opens a target detail view. That detail view groups runs * by experiment and reuses the existing run-detail routes for the final click, * so category breakdowns and individual test cases stay consistent everywhere. + * + * The target summary keeps its desktop table layout while using the same + * mobile-safe table pattern as run detail screens: a fixed minimum width inside + * an overflow container. This keeps every metric readable on phone viewports + * instead of clipping the right-side columns. */ import { useQuery } from '@tanstack/react-query'; @@ -108,8 +113,8 @@ export function TargetsTab({ projectId }: TargetsTabProps = {}) { if (!selectedTarget) { return ( -
- +
+
Target