Skip to content

Commit

Permalink
Removed the unwanted padding in the bottom of the patient details page (
Browse files Browse the repository at this point in the history
  • Loading branch information
vishaljoshi789 authored Mar 3, 2025
1 parent dd8c696 commit d04d47a
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit d04d47a

Please sign in to comment.