Skip to content

Commit

Permalink
fixed width issue
Browse files Browse the repository at this point in the history
  • Loading branch information
khavinshankar committed May 20, 2024
1 parent 6b3abdb commit 926e135
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Components/ABDM/FetchRecordsModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ export default function FetchRecordsModal({ patient, show, onClose }: IProps) {

return (
<DialogModal
className="!max-w-xl"
className="max-w-xl"
fixedWidth={false}
title="Fetch Records over ABDM"
show={show}
onClose={onClose}
Expand Down

0 comments on commit 926e135

Please sign in to comment.