Skip to content

Conversation

@bbovenzi
Copy link
Contributor

Do not truncate text, instead let's only wrap it. Important information like the full task id was being lost.

Closes #54410

Was generative AI tooling used to co-author this PR?

No


  • Read the Pull Request Guidelines for more information. Note: commit author/co-author name and email in commits become permanently public when merged.
  • For fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
  • When adding dependency, check compliance with the ASF 3rd Party License Policy.
  • For significant user-facing changes create newsfragment: {pr_number}.significant.rst or {issue_number}.significant.rst, in airflow-core/newsfragments.

@bbovenzi bbovenzi added this to the Airflow 3.1.7 milestone Jan 13, 2026
@bbovenzi bbovenzi added the backport-to-v3-1-test Mark PR with this label to backport to v3-1-test branch label Jan 13, 2026
@boring-cyborg boring-cyborg bot added the area:UI Related to UI/UX. For Frontend Developers. label Jan 13, 2026
Copy link
Member

@pierrejeambrun pierrejeambrun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If I remember correctly, wrapping was the first version we had, and we moved away from it to truncating because it could be very ugly. The full ID is displayed in the tooltip

Image

With this change it will look like:
Image

Also the related issue is mentioning the grid view, but this will not change the grid view that is using the TaskName components still doing ellipsis.

We can go back to wrapping, I'm just a bit afraid it could bring back the layout issues we were having before caused by very long names. (gantt alignment, page shift, etc.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:UI Related to UI/UX. For Frontend Developers. backport-to-v3-1-test Mark PR with this label to backport to v3-1-test branch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

UI rendering issues after migrating to Airflow 3.0.3

2 participants