Skip to content

Commit

Permalink
tailwind shift update request form (#5415)
Browse files Browse the repository at this point in the history
* fixes #4999

* fix responsiveness issues
  • Loading branch information
rithviknishad authored Apr 28, 2023
1 parent 33b2530 commit 1346a4f
Show file tree
Hide file tree
Showing 2 changed files with 221 additions and 311 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 1346a4f

Please sign in to comment.