Skip to content

Commit

Permalink
made responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
shivankacker committed Jun 7, 2024
1 parent 99a7299 commit 8eed037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/ABDM/ABHAProfileModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const ABHAProfileModal = ({ patientId, show, onClose, abha }: IProps) => {
<div
ref={printRef}
id="section-to-print"
className="print flex gap-4 border-black print:w-full print:border"
className="print flex flex-col gap-4 border-black sm:flex-row print:w-full print:border"
>
<QRCode
className="border border-black p-1"
Expand Down

0 comments on commit 8eed037

Please sign in to comment.