Skip to content

Commit

Permalink
Minor ui spacing fix (#7147)
Browse files Browse the repository at this point in the history
  • Loading branch information
khavinshankar authored Feb 15, 2024
1 parent d56b9e5 commit dacc7f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Patient/ManagePatients.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -747,7 +747,7 @@ export const PatientManager = () => {
</p>
</ButtonV2>
</div>
<div className="flex w-full flex-col justify-end gap-2 lg:w-fit lg:flex-row lg:gap-3">
<div className="flex w-full flex-col items-center justify-end gap-2 lg:ml-3 lg:w-fit lg:flex-row lg:gap-3">
<SwitchTabs
tab1="Live"
tab2="Discharged"
Expand Down

0 comments on commit dacc7f8

Please sign in to comment.