Skip to content

Commit 517202c

Browse files
authored
fix(react-query-devtools): do not stretch query status label (#5063)
Do not stretch query status label (fresh, fetching, paused, stale, inactive) shown on Query Details view.
1 parent ce4de31 commit 517202c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-query-devtools/src/devtools.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -836,7 +836,7 @@ const ActiveQuery = ({
836836
style={{
837837
marginBottom: '.5em',
838838
display: 'flex',
839-
alignItems: 'stretch',
839+
alignItems: 'flex-start',
840840
justifyContent: 'space-between',
841841
}}
842842
>

0 commit comments

Comments
 (0)