Skip to content

Commit 1ab13dc

Browse files
authored
fix(devtools): adjust QueryKey height (#3497)
1 parent 20c9838 commit 1ab13dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/devtools/devtools.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -723,7 +723,7 @@ export const ReactQueryDevtoolsPanel = React.forwardRef<
723723
style={{
724724
marginBottom: '.5em',
725725
display: 'flex',
726-
alignItems: 'stretch',
726+
alignItems: 'start',
727727
justifyContent: 'space-between',
728728
}}
729729
>

0 commit comments

Comments
 (0)