Skip to content

Commit

Permalink
fixesmanage patient button is not properly responsive #7799 (#7804)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sulochan-khadka committed May 14, 2024
1 parent 6ef8a5d commit 599fe5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Patient/PatientInfoCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ export default function PatientInfoCard(props: {
</div>
</div>
<div
className="col-span-2 flex w-full flex-col items-center justify-center gap-2 px-4 py-1 lg:col-span-1 2xl:flex-row"
className="col-span-2 flex w-full flex-col items-center justify-end gap-2 px-4 py-1 lg:col-span-1 2xl:flex-row"
id="consultation-buttons"
>
{consultation?.suggestion === "A" && (
Expand Down

0 comments on commit 599fe5d

Please sign in to comment.