Skip to content

Commit

Permalink
fix(react-query-devtools): do not stretch query status label (#5063)
Browse files Browse the repository at this point in the history
Do not stretch query status label (fresh, fetching, paused, stale, inactive) shown on Query Details view.
  • Loading branch information
janinegygax committed Mar 3, 2023
1 parent ce4de31 commit 517202c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-query-devtools/src/devtools.tsx
Expand Up @@ -836,7 +836,7 @@ const ActiveQuery = ({
style={{
marginBottom: '.5em',
display: 'flex',
alignItems: 'stretch',
alignItems: 'flex-start',
justifyContent: 'space-between',
}}
>
Expand Down

0 comments on commit 517202c

Please sign in to comment.