Skip to content

Commit

Permalink
Merge branch 'develop' into issues/10524/minor-responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
nihal467 authored Mar 4, 2025
2 parents 34e7f6c + cb76a55 commit 3e057a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Patient/PatientHome.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ export const PatientHome = (props: {
</div>
</div>
</div>
<div className="h-full lg:flex">
<div className="lg:flex">
<div className="h-full lg:mr-7 lg:basis-5/6">
{Tab && (
<Tab
Expand Down
2 changes: 1 addition & 1 deletion src/components/Users/UserListAndCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const UserCard = ({ user }: { user: UserBase }) => {
<div className="flex flex-col min-w-0 flex-1">
<div className="flex flex-col gap-1">
<div className="flex items-start justify-between">
<h1 className="text-base font-bold break-words pr-2">
<h1 className="text-base font-bold break-words pr-2 w-[50%] text-wrap">
{user.first_name} {user.last_name}
</h1>
<span className="text-sm text-gray-500">
Expand Down

0 comments on commit 3e057a7

Please sign in to comment.