jasperjonkhans opened a new pull request, #72459:
URL: https://github.com/apache/airflow/pull/72459
<!-- SPDX-License-Identifier: Apache-2.0
https://www.apache.org/licenses/LICENSE-2.0 -->
Prevent Chakra's default select value clamping from clipping rich selected
labels such as state badges in the Dags "Last run" filter.
Keep the existing clamping behavior for plain-text labels while allowing
rich labels to render with visible overflow. Add a regression test covering a
selected failed state badge.
closes: #72283
### Validation
- `pnpm test src/components/FilterBar/FilterBar.test.tsx
src/pages/DagsList/DagsList.test.tsx` — 17 tests passed
- `pnpm lint`
- `pnpm build`
- Live Breeze and Playwright verification
- Confirm `overflow: visible` and `-webkit-line-clamp: none` in the rendered
select value
### Screenshots
#### Before
<img width="1120" height="600" alt="airflow-72283-pr-before-crop"
src="https://github.com/user-attachments/assets/bd212739-5c81-424a-8bb0-47c0410eb4ce"
/>
#### After
<img width="1120" height="600" alt="airflow-72283-pr-after-crop"
src="https://github.com/user-attachments/assets/fe7d3269-58f2-414e-913f-40219281ae7d"
/>
---
##### Was generative AI tooling used to co-author this PR?
- [X] Yes — assisted by Pi coding agent, with gpt-5.6-sol max effort
Generated-by: Pi coding agent following [the
guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#gen-ai-assisted-contributions
)
---
* Read the **[Pull Request
Guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#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](https://cwiki.apache.org/confluence/display/AIRFLOW/Airflow+Improvement+Proposals))
is needed.
* When adding dependency, check compliance with the [ASF 3rd Party
License Policy](https://www.apache.org/legal/resolved.html#category-x).
* For significant user-facing changes create newsfragment:
`{pr_number}.significant.rst`, in
[airflow-core/newsfragments](https://github.com/apache/airflow/tree/main/airflow-core/newsfragments).
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]