From 6ab0505faf5d23142089f89d7b76ef53c72b0cc4 Mon Sep 17 00:00:00 2001 From: "LI,JHE-CHEN" <103923510+RoyLee1224@users.noreply.github.com> Date: Sat, 4 Oct 2025 03:04:35 -0400 Subject: [PATCH] [v3-1-test] fix: modify min width for task names (#56378) (cherry picked from commit 45a463d124269ccf322b12f6902b4b971b9afcea) Co-authored-by: LI,JHE-CHEN <103923510+RoyLee1224@users.noreply.github.com> --- airflow-core/src/airflow/ui/src/layouts/Details/Grid/Grid.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airflow-core/src/airflow/ui/src/layouts/Details/Grid/Grid.tsx b/airflow-core/src/airflow/ui/src/layouts/Details/Grid/Grid.tsx index 99b7b6644831b..c61a41a960ac6 100644 --- a/airflow-core/src/airflow/ui/src/layouts/Details/Grid/Grid.tsx +++ b/airflow-core/src/airflow/ui/src/layouts/Details/Grid/Grid.tsx @@ -103,7 +103,7 @@ export const Grid = ({ limit, runType, showGantt, triggeringUser }: Props) => { tabIndex={0} width={showGantt ? "1/2" : "full"} > - + setMode("task")} />