From e56678050b5226f1f34b955803ff084423a20add Mon Sep 17 00:00:00 2001 From: Adam Jones Date: Tue, 15 Oct 2024 15:32:19 +0100 Subject: [PATCH] PersonView: remove cohort max height and adjust col widths --- frontend/view.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/view.tsx b/frontend/view.tsx index 90b3d23..7fe2504 100644 --- a/frontend/view.tsx +++ b/frontend/view.tsx @@ -122,9 +122,9 @@ const ViewPerson: React.FC<{ tableId: string, recordId: string }> = ({ tableId, {hoveredCohort ? `Overlaying cohort ${hoveredCohort.name}` : "Hover over a cohort to view its overlap"}
-
+
-
Cohort
+
Cohort
Bucket
# participants
Meeting time
@@ -141,7 +141,7 @@ const ViewPerson: React.FC<{ tableId: string, recordId: string }> = ({ tableId, >
expandRecord(rawCohorts.find((c) => c.id === cohort.id)!) }