Skip to content

UI: Align Dag Runs and Task Instances filter spacing#68689

Merged
guan404ming merged 1 commit into
apache:mainfrom
Revanth14:fix-68639-list-view-padding
Jun 18, 2026
Merged

UI: Align Dag Runs and Task Instances filter spacing#68689
guan404ming merged 1 commit into
apache:mainfrom
Revanth14:fix-68639-list-view-padding

Conversation

@Revanth14

Copy link
Copy Markdown
Contributor

Fixes inconsistent spacing between the Dag Runs and Task Instances global list views.

Task Instances now uses the same filter wrapper spacing as Dag Runs. The visible fix is adding the missing paddingY="4px"; the previous nested wrapper had only one child, so gap / justifyContent did not affect layout.

closes: #68639

Before

before_img1 before_img2
before_video.mov

After

aft_img1 aft_img2
after_video.mov

@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.

Thanks!

@guan404ming guan404ming added the backport-to-v3-3-test Backport to v3-3-test label Jun 18, 2026
@guan404ming
guan404ming merged commit d9b363c into apache:main Jun 18, 2026
85 checks passed
@github-actions github-actions Bot added this to the Airflow 3.3.1 milestone Jun 18, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Hi maintainer, this PR was merged without a milestone set.
We've automatically set the milestone to Airflow 3.3.1 based on: backport label targeting v3-3-test
If this milestone is not correct, please update it to the appropriate milestone.

This comment was generated by Milestone Tag Assistant.

@github-actions

Copy link
Copy Markdown
Contributor

Backport successfully created: v3-3-test

Note: As of Merging PRs targeted for Airflow 3.X
the committer who merges the PR is responsible for backporting the PRs that are bug fixes (generally speaking) to the maintenance branches.

In matter of doubt please ask in #release-management Slack channel.

Status Branch Result
v3-3-test PR Link

github-actions Bot pushed a commit to aws-mwaa/upstream-to-airflow that referenced this pull request Jun 18, 2026
…stances list views (apache#68689)

(cherry picked from commit d9b363c)

Co-authored-by: Revanth <revanthcse1@gmail.com>
aws-airflow-bot pushed a commit to aws-mwaa/upstream-to-airflow that referenced this pull request Jun 18, 2026
…stances list views (apache#68689)

(cherry picked from commit d9b363c)

Co-authored-by: Revanth <revanthcse1@gmail.com>
guan404ming pushed a commit that referenced this pull request Jun 18, 2026
…stances list views (#68689)

(cherry picked from commit d9b363c)

Co-authored-by: Revanth <revanthcse1@gmail.com>
guan404ming pushed a commit that referenced this pull request Jun 18, 2026
…stances list views (#68689) (#68692)

(cherry picked from commit d9b363c)

Co-authored-by: Revanth <revanthcse1@gmail.com>
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-3-test Backport to v3-3-test

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Dag Runs and Task Instance list view have inconsistent padding

3 participants