Skip to content

Commit

Permalink
fix text alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
rajku-dev committed Feb 10, 2025
1 parent 8d50fb5 commit e306e5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Patient/PatientDetailsTab/PatientUsers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ export const PatientUsers = (props: PatientProps) => {
values={{ name: formatDisplayName(user) }}
components={{
strong: (
<strong className="inline-block align-middle truncate max-w-32 sm:max-w-96 md:max-w-32 lg:max-w-28 xl:max-w-36" />
<strong className="inline-block align-bottom truncate max-w-32 sm:max-w-96 md:max-w-32 lg:max-w-28 xl:max-w-36" />
),
}}
/>
Expand Down

0 comments on commit e306e5c

Please sign in to comment.