Skip to content

Commit

Permalink
fix(devtools): adjust QueryKey height (#3497)
Browse files Browse the repository at this point in the history
  • Loading branch information
always-maap authored Apr 15, 2022
1 parent 20c9838 commit 1ab13dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devtools/devtools.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,7 @@ export const ReactQueryDevtoolsPanel = React.forwardRef<
style={{
marginBottom: '.5em',
display: 'flex',
alignItems: 'stretch',
alignItems: 'start',
justifyContent: 'space-between',
}}
>
Expand Down

1 comment on commit 1ab13dc

@vercel
Copy link

@vercel vercel bot commented on 1ab13dc Apr 15, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.