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

bbovenzi 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 0c9487f946 Add padding to prevent grid horizontal scroll overlapping 
tasks (#37942)
0c9487f946 is described below

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

    Add padding to prevent grid horizontal scroll overlapping tasks (#37942)
---
 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