This is an automated email from the ASF dual-hosted git repository.
pierrejeambrun pushed a commit to branch v3-0-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v3-0-test by this push:
new 4975d29a28b fix inconsistent (#54056) (#54092)
4975d29a28b is described below
commit 4975d29a28b3cd47e2442886fc713f3db04dc16a
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}