adjusted add job mobile view

This commit was merged in pull request #720.
This commit is contained in:
victorAnumudu
2024-05-14 12:32:43 +01:00
parent 031a2f6680
commit 1f98a3eacb
10 changed files with 25 additions and 25 deletions
@@ -33,7 +33,7 @@ export default function AssignPrevNewTask({
) : (
<>
<div
className={`job-action-modal-body w-full h-[500px] overflow-y-auto md:grid ${
className={`job-action-modal-body w-full h-full overflow-y-auto md:grid ${
taskType !== "new" ? "md:grid-cols-2" : "md:grid-cols-1"
}`}
>