Skip to content

Commit

Permalink
Requested Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Utkarsh-Anandani committed Jan 14, 2025
1 parent b0283f8 commit 8548803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Patient/PatientInfoCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export default function PatientInfoCard(props: PatientInfoCardProps) {
{formatPatientAge(patient, true)}{patient.gender}
</div>
</div>
<div className="grid gap-4 grid-cols-3 mt-2 px-2">
<div className="grid gap-4 grid-cols-3 mt-2 md:mt-0">
<div className="flex flex-col space-y-1">
<span className="text-xs text-muted-foreground font-medium">
Start Date
Expand Down

0 comments on commit 8548803

Please sign in to comment.