From db66b6f41314dd1eb377889ae059f21da89eb616 Mon Sep 17 00:00:00 2001 From: Sara Date: Wed, 3 Jan 2024 16:04:49 +0100 Subject: [PATCH] fix cursor --- .../transcripts/[transcriptId]/correct/participantList.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/app/[domain]/transcripts/[transcriptId]/correct/participantList.tsx b/www/app/[domain]/transcripts/[transcriptId]/correct/participantList.tsx index d379b299..e0816d53 100644 --- a/www/app/[domain]/transcripts/[transcriptId]/correct/participantList.tsx +++ b/www/app/[domain]/transcripts/[transcriptId]/correct/participantList.tsx @@ -364,6 +364,7 @@ const ParticipantList = ({ {participants.response.map((participant: Participant) => ( 0 && selectedText && @@ -380,7 +381,7 @@ const ParticipantList = ({ alignItems="center" borderBottom="1px" borderColor="gray.300" - py="2" + p="2" mx="2" _last={{ borderBottom: "0" }} key={participant.name}