@tanstack/react-query-devtools 4.24.12 → 4.24.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tanstack/react-query-devtools",
3
- "version": "4.24.12",
3
+ "version": "4.24.13",
4
4
  "description": "Developer tools to interact with and visualize the TanStack/react-query cache",
5
5
  "author": "tannerlinsley",
6
6
  "license": "MIT",
package/src/devtools.tsx CHANGED
@@ -836,7 +836,7 @@ const ActiveQuery = ({
836
836
  style={{
837
837
  marginBottom: '.5em',
838
838
  display: 'flex',
839
- alignItems: 'stretch',
839
+ alignItems: 'flex-start',
840
840
  justifyContent: 'space-between',
841
841
  }}
842
842
  >