Skip to content

Commit

Permalink
fix css
Browse files Browse the repository at this point in the history
  • Loading branch information
rajku-dev committed Feb 3, 2025
1 parent a8a1791 commit d6eb604
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 @@ -269,7 +269,7 @@ export const PatientUsers = (props: PatientProps) => {
</TooltipContent>
</Tooltip>
</h3>
<p className="text-sm text-gray-500 truncate sm:max-w-96 md:max-w-24 lg:max-w-20">
<p className="text-sm text-gray-500 truncate sm:max-w-96 md:max-w-32 lg:max-w-32">
<Tooltip>
<TooltipTrigger>{user.username}</TooltipTrigger>
<TooltipContent>
Expand Down

0 comments on commit d6eb604

Please sign in to comment.