This is an automated email from the ASF dual-hosted git repository.

bbovenzi pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 9a1dceb031 improved visibility of tasks in ActionModal for 
taskInstance (#35810)
9a1dceb031 is described below

commit 9a1dceb031aa0ab44a7c996c267128bd4c61a5bf
Author: Aadya <[email protected]>
AuthorDate: Mon Nov 27 21:01:07 2023 +0530

    improved visibility of tasks in ActionModal for taskInstance (#35810)
    
    * change max box height in ActionModal.tsx
    
    * changed max box height in ActionModal.tsx
---
 .../www/static/js/dag/details/taskInstance/taskActions/ActionModal.tsx  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/airflow/www/static/js/dag/details/taskInstance/taskActions/ActionModal.tsx 
b/airflow/www/static/js/dag/details/taskInstance/taskActions/ActionModal.tsx
index 57128bacd1..e52cd30aae 100644
--- a/airflow/www/static/js/dag/details/taskInstance/taskActions/ActionModal.tsx
+++ b/airflow/www/static/js/dag/details/taskInstance/taskActions/ActionModal.tsx
@@ -108,7 +108,7 @@ const ActionModal = ({
                   <AccordionIcon />
                 </AccordionButton>
                 <AccordionPanel>
-                  <Box maxHeight="400px" overflowY="auto">
+                  <Box maxHeight="35vh" overflowY="auto">
                     <AffectedTasksTable affectedTasks={affectedTasks} />
                   </Box>
                 </AccordionPanel>

Reply via email to