From 530a7ce8025ffee21532f8b8cc081ac5924a47a5 Mon Sep 17 00:00:00 2001 From: pierrejeambrun Date: Fri, 5 Aug 2022 18:46:59 +0200 Subject: [PATCH] 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 6de3d0ecc2812..539b47ee8c3b6 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} >