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

   I noticed that the flexible trigger form always used minimum 80px as space 
per form row, even if content is less. This occupies a too much screen space 
for simple forms.
   Root cause is that the labels are receiving a minimum height of 80px if no 
flex basis is defined as style. This PR fixes the layout bug.
   
   Before:
   
![image](https://github.com/user-attachments/assets/b29f4d08-ca07-4082-bba2-5a152deda1fb)
   
   After / with this PR:
   
![image](https://github.com/user-attachments/assets/7a35435e-734f-49de-8943-8390556d6f25)
   
   FYI @shubhamraj-git 


-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to