Skip to content

Commit

Permalink
adjsuted font size
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahendar0701 committed Feb 4, 2025
1 parent dd56e6c commit ee5272d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/Patient/PatientHome.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ export const PatientHome = (props: {
/>
)}
</div>
<div className="sticky top-20 mt-8 h-full lg:basis-1/6">
<div className="sticky top-20 mt-8 mx-4 md:mx-0 h-full lg:basis-1/6">
<section className="mb-4 space-y-2 md:flex">
<div className="w-full lg:mx-0">
<div className="font-semibold text-secondary-900">
Expand All @@ -169,7 +169,7 @@ export const PatientHome = (props: {
id="actions"
className="my-2 flex h-full flex-col justify-between space-y-2"
>
<div className="my-1 rounded-sm p-2">
<div className="my-1 rounded-sm py-2">
<div>
<div className="text-xs font-normal leading-5 text-gray-600">
{t("last_updated_by")}
Expand All @@ -179,7 +179,7 @@ export const PatientHome = (props: {
</div>
</div>

<div className="whitespace-normal text-sm font-semibold text-gray-900">
<div className="whitespace-normal text-xs font-normal text-gray-900">
{patientData.modified_date ? (
<TooltipProvider delayDuration={1}>
<Tooltip>
Expand Down Expand Up @@ -207,7 +207,7 @@ export const PatientHome = (props: {
{patientData.created_by?.last_name}
</div>
</div>
<div className="whitespace-normal text-sm font-semibold text-gray-900">
<div className="whitespace-normal text-xs font-normal text-gray-900">
{patientData.created_date ? (
<TooltipProvider delayDuration={1}>
<Tooltip>
Expand Down

0 comments on commit ee5272d

Please sign in to comment.