Skip to content

Commit

Permalink
fixes #4999
Browse files Browse the repository at this point in the history
  • Loading branch information
rithviknishad committed Apr 27, 2023
1 parent 33b2530 commit 9088084
Show file tree
Hide file tree
Showing 2 changed files with 224 additions and 310 deletions.
2 changes: 1 addition & 1 deletion src/Components/Facility/ConsultationForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -876,7 +876,7 @@ export const ConsultationForm = (props: any) => {
})}
</div>
<div className="w-full h-full flex overflow-auto xl:ml-72">
<div className="w-full max-w-4xl 2xl:max-w-4xl">
<div className="w-full max-w-4xl">
<form
onSubmit={handleSubmit}
className="rounded sm:rounded-xl bg-white p-6 sm:p-12 transition-all"
Expand Down
Loading

0 comments on commit 9088084

Please sign in to comment.