Skip to content

Commit 7e29579

Browse files
committed
fix: improve devtools styles
1 parent 24413b7 commit 7e29579

File tree

3 files changed

+2
-0
lines changed

3 files changed

+2
-0
lines changed

media/logo.sketch

-9 Bytes
Binary file not shown.

src/devtools/Explorer.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ export const Entry = styled('div', {
99
fontSize: '0.9rem',
1010
lineHeight: '1.7',
1111
outline: 'none',
12+
wordBreak: 'break-word',
1213
})
1314

1415
export const Label = styled('span', {

src/devtools/devtools.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -633,6 +633,7 @@ export const ReactQueryDevtoolsPanel = React.forwardRef(
633633
style={{
634634
margin: 0,
635635
padding: 0,
636+
overflow: 'auto',
636637
}}
637638
>
638639
{JSON.stringify(activeQuery.queryKey, null, 2)}

0 commit comments

Comments
 (0)