You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ep...@apache.org on 2022/08/15 18:45:19 UTC

[airflow] 43/45: Add right padding (#25554)

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

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

commit 530a7ce8025ffee21532f8b8cc081ac5924a47a5
Author: pierrejeambrun <pi...@gmail.com>
AuthorDate: Fri Aug 5 18:46:59 2022 +0200

    Add right padding (#25554)
    
    (cherry picked from commit fe9772949eba35c73101c3cd93a7c76b3e633e7e)
---
 airflow/www/static/js/grid/Grid.tsx | 1 +
 1 file changed, 1 insertion(+)

diff --git a/airflow/www/static/js/grid/Grid.tsx b/airflow/www/static/js/grid/Grid.tsx
index 6de3d0ecc2..539b47ee8c 100644
--- a/airflow/www/static/js/grid/Grid.tsx
+++ b/airflow/www/static/js/grid/Grid.tsx
@@ -124,6 +124,7 @@ const Grid = ({ isPanelOpen = false, onPanelToggle, hoveredTaskState }: Props) =
         ref={scrollRef}
         maxHeight="900px"
         position="relative"
+        pr={4}
       >
         <Table pr="10px">
           <Thead>