This is an automated email from the ASF dual-hosted git repository. ash pushed a commit to branch v3-0-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit a49e248382d05494d9144e1c7679ecdf43624db8 Author: Pierre Jeambrun <[email protected]> AuthorDate: Mon Aug 4 15:20:55 2025 +0200 fix inconsistent (#54056) (#54092) (cherry picked from commit 615307f15fa3783942b32c5ffb1fbb978895bd49) Co-authored-by: Shubham Raj <[email protected]> --- airflow-core/src/airflow/ui/src/components/Graph/TaskNode.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/airflow-core/src/airflow/ui/src/components/Graph/TaskNode.tsx b/airflow-core/src/airflow/ui/src/components/Graph/TaskNode.tsx index 13f158b5398..4c793854c38 100644 --- a/airflow-core/src/airflow/ui/src/components/Graph/TaskNode.tsx +++ b/airflow-core/src/airflow/ui/src/components/Graph/TaskNode.tsx @@ -95,7 +95,6 @@ export const TaskNode = ({ fontSize="sm" overflow="hidden" textOverflow="ellipsis" - textTransform="capitalize" whiteSpace="nowrap" > {isGroup ? "Task Group" : operator}
