shashbha14 opened a new pull request, #67859: URL: https://github.com/apache/airflow/pull/67859
Closes #67851 When a DAG param has a very long key name, the label was overflowing the Trigger DAG modal and breaking the layout. The 'flexBasis: "30%"' was being set on the 'Field.Label' element instead of its 'Stack' parent, so it had no effect on the flex layout — the label column just grew to fit whatever content was inside it. Added 'minWidth: 0' to the 'Stack' so it can shrink properly, moved 'flexBasis' there, and added 'wordBreak="break-word"' on the label so long names wrap within the column instead of overflowing. I used Claude (claude.ai) as an AI assistant for parts of this implementation. -- 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]
