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

ephraimanierobi pushed a commit to branch v2-8-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 881d802629174409d1daa440dc5279781a88a112
Author: Aadya <101169283+theaa...@users.noreply.github.com>
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
    
    (cherry picked from commit 9a1dceb031aa0ab44a7c996c267128bd4c61a5bf)
---
 .../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