This is an automated email from the ASF dual-hosted git repository.

eladkal pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new aed3c92240 Increase width of execution_date input in trigger.html 
(#36278)
aed3c92240 is described below

commit aed3c922402121c64264654f8dd77dbfc0168cbb
Author: Sungyun Hur <[email protected]>
AuthorDate: Tue Dec 19 18:56:52 2023 +0900

    Increase width of execution_date input in trigger.html (#36278)
---
 airflow/www/static/css/main.css | 1 +
 1 file changed, 1 insertion(+)

diff --git a/airflow/www/static/css/main.css b/airflow/www/static/css/main.css
index 54395603f5..f3fb59f4ff 100644
--- a/airflow/www/static/css/main.css
+++ b/airflow/www/static/css/main.css
@@ -146,6 +146,7 @@ div.squares {
 }
 
 input#execution_date {
+  width: 220px;
   margin-bottom: 0;
 }
 

Reply via email to