diff --git a/frontend/components/chat/patient-cards.tsx b/frontend/components/chat/patient-cards.tsx index d8bed64..cd2bf7d 100644 --- a/frontend/components/chat/patient-cards.tsx +++ b/frontend/components/chat/patient-cards.tsx @@ -57,7 +57,7 @@ const sexLabel: Record = { F: "Female", M: "Male" }; // Fixed width so the cards sit in a horizontal scroll row instead of squashing, // plus a subtle clickable affordance (they open a detail dialog). const rowCard = - "w-80 shrink-0 cursor-pointer snap-start text-left outline-none transition hover:ring-foreground/20 focus-visible:ring-2 focus-visible:ring-ring"; + "w-80 shrink-0 cursor-pointer text-left outline-none transition hover:ring-foreground/20 focus-visible:ring-2 focus-visible:ring-ring"; function SectionLabel({ children }: { children: ReactNode }) { return ( @@ -480,7 +480,7 @@ function VisitsCard({ patient }: { patient: Patient }) { function LoadingCards() { return ( <> - +
@@ -497,7 +497,7 @@ function LoadingCards() { {[0, 1, 2, 3, 4, 5].map((card) => ( - + @@ -527,7 +527,7 @@ export function PatientResult({ status, fileNumber, patient }: PatientResultProp } return ( -
+
{status === "loading" || !patient ? ( ) : (