You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by bb...@apache.org on 2022/04/14 11:54:04 UTC

[airflow] branch fix-overflow-trigger-dropdown created (now 7695da3d8f)

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

bbovenzi pushed a change to branch fix-overflow-trigger-dropdown
in repository https://gitbox.apache.org/repos/asf/airflow.git


      at 7695da3d8f Change trigger dropdown left position

This branch includes the following new commits:

     new 7695da3d8f Change trigger dropdown left position

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[airflow] 01/01: Change trigger dropdown left position

Posted by bb...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

bbovenzi pushed a commit to branch fix-overflow-trigger-dropdown
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 7695da3d8f281a1348635fe4bdb33fe0f8289e24
Author: Brent Bovenzi <br...@gmail.com>
AuthorDate: Thu Apr 14 07:53:02 2022 -0400

    Change trigger dropdown left position
---
 airflow/www/static/css/main.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/airflow/www/static/css/main.css b/airflow/www/static/css/main.css
index 278491a201..37bee892bd 100644
--- a/airflow/www/static/css/main.css
+++ b/airflow/www/static/css/main.css
@@ -436,7 +436,7 @@ label[for="timezone-other"],
 }
 
 .trigger-dropdown-menu {
-  left: -80px;
+  left: -112px;
 }
 
 .dropdown-form-btn {