shivaam opened a new pull request, #70713:
URL: https://github.com/apache/airflow/pull/70713

   Align boolean parameter switches with the right edge of the existing control
   column in the Trigger Dag form.
   
   The form already reserves 30% of each row for the label and 70% for the
   control. Boolean switches are intrinsically sized, so they remained at the
   left edge of the control column while text fields and other full-width
   controls extended to its right edge. Making the switch root fill the control
   column and aligning its control to the end restores consistent scanability
   without changing the established row layout or long-label wrapping.
   
   A focused component test covers both style properties required for the
   alignment.
   
   Closes: #67852
   
   ## Screenshots
   
   Before and after screenshots will be attached here immediately after the
   draft PR is created.
   
   ## Testing
   
   - Focused Vitest for `FieldBool.test.tsx`
   - Full UI TypeScript check
   - UI ESLint and Prettier checks
   - Airflow `prek` checks for the changed files
   - Real Trigger Dag modal validation at desktop and 480 px viewport
   - Comprehensive Params example Dag with all parameter sections expanded
   
   ---
   
   ##### Was generative AI tooling used to co-author this PR?
   
   - [X] Yes — Codex (GPT-5)
   
   Generated-by: Codex (GPT-5) following [the 
guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#gen-ai-assisted-contributions)
   


-- 
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]

Reply via email to