Skip to content

Commit

Permalink
improved visibility of tasks in ActionModal for taskInstance (#35810)
Browse files Browse the repository at this point in the history
* change max box height in ActionModal.tsx

* changed max box height in ActionModal.tsx

(cherry picked from commit 9a1dceb)
  • Loading branch information
theaadya authored and ephraimbuddy committed Dec 5, 2023
1 parent 28897f7 commit 881d802
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -108,7 +108,7 @@ const ActionModal = ({
<AccordionIcon />
</AccordionButton>
<AccordionPanel>
<Box maxHeight="400px" overflowY="auto">
<Box maxHeight="35vh" overflowY="auto">
<AffectedTasksTable affectedTasks={affectedTasks} />
</Box>
</AccordionPanel>
Expand Down

0 comments on commit 881d802

Please sign in to comment.