Skip to content

Commit

Permalink
adjust xl max-w
Browse files Browse the repository at this point in the history
  • Loading branch information
rajku-dev committed Feb 7, 2025
1 parent d3a0e99 commit 19acd6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Patient/PatientDetailsTab/PatientUsers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ export const PatientUsers = (props: PatientProps) => {
<div>
<h3 className="inline-flex">
<Tooltip>
<TooltipTrigger className="text-sm font-medium text-gray-900 truncate max-w-32 sm:max-w-96 md:max-w-32 lg:max-w-28 xl:max-w-40">
<TooltipTrigger className="text-sm font-medium text-gray-900 truncate max-w-32 sm:max-w-96 md:max-w-32 lg:max-w-28 xl:max-w-36">
{formatDisplayName(user)}
</TooltipTrigger>
<TooltipContent>
Expand All @@ -276,7 +276,7 @@ export const PatientUsers = (props: PatientProps) => {
</h3>
<p>
<Tooltip>
<TooltipTrigger className="text-sm text-gray-500 truncate sm:max-w-96 md:max-w-32 lg:max-w-32 xl:max-w-40">
<TooltipTrigger className="text-sm text-gray-500 truncate sm:max-w-96 md:max-w-32 lg:max-w-32 xl:max-w-36">
{user.username}
</TooltipTrigger>
<TooltipContent>
Expand Down

0 comments on commit 19acd6f

Please sign in to comment.