Skip to content

Commit

Permalink
remove left margin
Browse files Browse the repository at this point in the history
  • Loading branch information
Pranshu1902 committed Dec 6, 2023
1 parent 9083467 commit 09e4c9d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Components/Patient/ManagePatients.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -589,10 +589,10 @@ export const PatientManager = () => {
)}
</div>
<div className="flex w-full flex-col gap-2 pl-2 md:block md:flex-row">
<div className="flex w-full justify-between gap-2">
<div className="flex flex-wrap font-semibold">
<div className="flex w-full items-center justify-between gap-2">
<div className="flex flex-wrap gap-2 font-semibold">
<span className="text-xl capitalize">{patient.name}</span>
<span className="ml-4 text-gray-800">
<span className="text-gray-800">
{formatAge(patient.age, patient.date_of_birth, true)}
</span>
</div>
Expand Down

0 comments on commit 09e4c9d

Please sign in to comment.