We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d1797c commit c04df45Copy full SHA for c04df45
packages/query-devtools/src/Explorer.tsx
@@ -554,6 +554,7 @@ const stylesFactory = (theme: 'light' | 'dark') => {
554
`,
555
label: css`
556
color: ${t(colors.gray[700], colors.gray[300])};
557
+ white-space: nowrap;
558
559
value: css`
560
color: ${t(colors.purple[600], colors.purple[400])};
0 commit comments