Skip to content

Commit

Permalink
fix for create prescription form
Browse files Browse the repository at this point in the history
  • Loading branch information
rithviknishad committed Apr 30, 2024
1 parent 60e3b5a commit 28950bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Medicine/PrescriptionBuilder.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export default function PrescriptionBuilder({
<span>{t("modification_caution_note")}</span>
</div>
}
className="w-full max-w-3xl lg:min-w-[600px]"
className="w-full max-w-4xl lg:min-w-[768px]"
>
<CreatePrescriptionForm
prescription={
Expand Down

0 comments on commit 28950bd

Please sign in to comment.