Codingaditya17 opened a new pull request, #67905: URL: https://github.com/apache/airflow/pull/67905
Closes: #67852 This updates the FlexibleForm field row layout to use a responsive two-column grid. The label is rendered in the left column and the field control is rendered in a dedicated right column, which keeps boolean switches and other controls aligned consistently across params with different label lengths. Long labels are allowed to wrap safely with `overflowWrap="anywhere"` and the layout falls back to a single column on smaller screens. Tested with: ```bash cd airflow-core/src/airflow/ui PNPM_IGNORE_SCRIPTS=true pnpm lint -- 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]
