From afd9123ceb91afbbc0023a6bd9f8bf76013a5d6e Mon Sep 17 00:00:00 2001 From: Revanth Ch Date: Fri, 20 Mar 2026 13:03:52 -0500 Subject: [PATCH] Fix layout overflow issue in DAG log details tab --- airflow/www/static/js/dag/details/index.tsx | 31 +++++++++++---------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/airflow/www/static/js/dag/details/index.tsx b/airflow/www/static/js/dag/details/index.tsx index aa3e42ab3f30f..815b360b1b054 100644 --- a/airflow/www/static/js/dag/details/index.tsx +++ b/airflow/www/static/js/dag/details/index.tsx @@ -309,7 +309,11 @@ const Details = ({ @@ -425,8 +429,8 @@ const Details = ({ )} - - + + {isDag && } {isDagRun && } {!!runId && !!taskId && ( @@ -460,10 +464,10 @@ const Details = ({ runId={runId} /> - + - + {isDag && ( - + )} {isDag && ( - + )} {isDag && ( - + )} {isTaskInstance && run && ( - + onSelect({ runId, taskId })} @@ -520,7 +521,7 @@ const Details = ({ )} {isMappedTaskSummary && ( - + )} {isTaskInstance && ( - + )} {isTaskInstance && isK8sExecutor && ( - + )}