Skip to content

Commit

Permalink
Add right padding (#25554)
Browse files Browse the repository at this point in the history
(cherry picked from commit fe97729)
  • Loading branch information
pierrejeambrun authored and ephraimbuddy committed Aug 15, 2022
1 parent 31a4b8c commit 530a7ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions airflow/www/static/js/grid/Grid.tsx
Expand Up @@ -124,6 +124,7 @@ const Grid = ({ isPanelOpen = false, onPanelToggle, hoveredTaskState }: Props) =
ref={scrollRef}
maxHeight="900px"
position="relative"
pr={4}
>
<Table pr="10px">
<Thead>
Expand Down

0 comments on commit 530a7ce

Please sign in to comment.