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
  • Loading branch information
theaadya authored Nov 27, 2023
1 parent f790146 commit 9a1dceb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
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 9a1dceb

Please sign in to comment.