Skip to content

Commit

Permalink
fixesmanage patient button is not properly responsive #7799
Browse files Browse the repository at this point in the history
  • Loading branch information
Sulochan-khadka committed May 13, 2024
1 parent cd56431 commit 5f4332c
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 @@ -467,7 +467,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 5f4332c

Please sign in to comment.