Skip to content

Commit

Permalink
Add right padding (#25554)
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrejeambrun authored Aug 5, 2022
1 parent 5668888 commit fe97729
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions airflow/www/static/js/dag/grid/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,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 fe97729

Please sign in to comment.