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

jedcunningham pushed a commit to branch v2-8-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit c44f5396be0b2d7a01cc08ccf03cf29fbf1c8b48
Author: Brent Bovenzi <[email protected]>
AuthorDate: Wed Mar 6 14:02:02 2024 -0500

    Add padding to prevent grid horizontal scroll overlapping tasks (#37942)
    
    (cherry picked from commit 0c9487f9466587f6cbc443ab2c9dc17d35c98f5d)
---
 airflow/www/static/js/dag/grid/index.tsx | 1 +
 1 file changed, 1 insertion(+)

diff --git a/airflow/www/static/js/dag/grid/index.tsx 
b/airflow/www/static/js/dag/grid/index.tsx
index b7299e5ba3..079837d087 100644
--- a/airflow/www/static/js/dag/grid/index.tsx
+++ b/airflow/www/static/js/dag/grid/index.tsx
@@ -167,6 +167,7 @@ const Grid = ({
         position="relative"
         mt={8}
         overscrollBehavior="auto"
+        pb={4}
       >
         <Table borderRightWidth="16px" borderColor="transparent">
           <Thead>

Reply via email to