Skip to content

Commit

Permalink
Dynamic height for edit modal
Browse files Browse the repository at this point in the history
  • Loading branch information
ncpleslie committed Mar 29, 2024
1 parent 7c8ea93 commit 9396567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/routes/jobs.$jobId.modal.lazy.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ function JobModal() {
</DialogDescription>
</DialogHeader>
<ScrollArea className="max-h-[90vh] md:max-h-[75vh]">
<div className="mb-44 flex flex-1 items-center space-x-2 overflow-y-auto px-5 py-6 md:px-8">
<div className="mb-48 flex flex-1 items-center space-x-2 overflow-y-auto px-5 py-6 md:px-8">
<JobForm.JobForm
onSubmit={onSubmit}
defaultValues={job}
Expand Down

0 comments on commit 9396567

Please sign in to comment.