Skip to content

Fix asset name text overflow in DAGs list view#55914

Merged
pierrejeambrun merged 4 commits into
apache:mainfrom
steveahnahn:fix-asset-name-overlapping-ui-clean
Sep 22, 2025
Merged

Fix asset name text overflow in DAGs list view#55914
pierrejeambrun merged 4 commits into
apache:mainfrom
steveahnahn:fix-asset-name-overlapping-ui-clean

Conversation

@steveahnahn

Copy link
Copy Markdown
Contributor

Summary

This PR fixes the UI issue where long asset names in the DAGs list view overlap with the latest run timestamp, making both the asset name and timestamp unreadable.

Related Issues

Fixes #55721

Screenshot 2025-09-19 at 2 24 43 PM

Comment thread airflow-core/src/airflow/ui/src/pages/DagsList/AssetSchedule.tsx Outdated
steveahnahn and others added 2 commits September 20, 2025 11:36
Co-authored-by: Guan Ming(Wesley) Chiu <105915352+guan404ming@users.noreply.github.com>

@guan404ming guan404ming left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM

@steveahnahn

Copy link
Copy Markdown
Contributor Author

I do not have permissions to merge, do I need to contact a contributor everytime?

@pierrejeambrun

Copy link
Copy Markdown
Member

Yes, someone with write permission need to approve and merge the PR.

@pierrejeambrun pierrejeambrun merged commit 5c86bf5 into apache:main Sep 22, 2025
56 checks passed
@pierrejeambrun pierrejeambrun added this to the Airflow 3.1.1 milestone Sep 22, 2025
kaxil pushed a commit that referenced this pull request Oct 21, 2025
* refmt asset name with fixedWidth hidden & ellipsis

* Update airflow-core/src/airflow/ui/src/pages/DagsList/AssetSchedule.tsx

Co-authored-by: Guan Ming(Wesley) Chiu <105915352+guan404ming@users.noreply.github.com>

* lintg

---------

Co-authored-by: Guan Ming(Wesley) Chiu <105915352+guan404ming@users.noreply.github.com>
(cherry picked from commit 5c86bf5)
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.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Asset name in the schedule field overlaps on the latest run field in the dags page

3 participants