Skip to content

[v3-3-test] Fix details panel header overlapping the tabs (#69255)#69318

Merged
vatsrahul1001 merged 1 commit into
v3-3-testfrom
backport-b6cb7c6-v3-3-test
Jul 3, 2026
Merged

[v3-3-test] Fix details panel header overlapping the tabs (#69255)#69318
vatsrahul1001 merged 1 commit into
v3-3-testfrom
backport-b6cb7c6-v3-3-test

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

The page header in the details panel is a HeaderCard, which clips its own
overflow. As a flex child of the details column it could shrink when vertical
space is tight — most visibly on Dag pages, whose header has the most rows —
cropping its content so the tabs appear to overlap the scheduling information.
Pinning its flex size keeps the header at its natural height and lets the
scrollable tab content take the reduced space instead.
(cherry picked from commit b6cb7c6)

Co-authored-by: Pierre Jeambrun pierrejbrun@gmail.com
closes: #69247

The page header in the details panel is a HeaderCard, which clips its own
overflow. As a flex child of the details column it could shrink when vertical
space is tight — most visibly on Dag pages, whose header has the most rows —
cropping its content so the tabs appear to overlap the scheduling information.
Pinning its flex size keeps the header at its natural height and lets the
scrollable tab content take the reduced space instead.
(cherry picked from commit b6cb7c6)

Co-authored-by: Pierre Jeambrun <pierrejbrun@gmail.com>
closes: #69247
@boring-cyborg boring-cyborg Bot added the area:UI Related to UI/UX. For Frontend Developers. label Jul 3, 2026
@vatsrahul1001 vatsrahul1001 marked this pull request as ready for review July 3, 2026 09:32
@vatsrahul1001 vatsrahul1001 added this to the Airflow 3.3.0 milestone Jul 3, 2026
@vatsrahul1001 vatsrahul1001 added the type:bug-fix Changelog: Bug Fixes label Jul 3, 2026
@vatsrahul1001 vatsrahul1001 merged commit 40a5886 into v3-3-test Jul 3, 2026
185 of 195 checks passed
@vatsrahul1001 vatsrahul1001 deleted the backport-b6cb7c6-v3-3-test branch July 3, 2026 10:56
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. type:bug-fix Changelog: Bug Fixes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants