Skip to content

Commit c04df45

Browse files
dbritto-devTkDodo
andauthored
fix(query-devtools): do not break words on labels (#6435)
Co-authored-by: Dominik Dorfmeister <[email protected]>
1 parent 5d1797c commit c04df45

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/query-devtools/src/Explorer.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -554,6 +554,7 @@ const stylesFactory = (theme: 'light' | 'dark') => {
554554
`,
555555
label: css`
556556
color: ${t(colors.gray[700], colors.gray[300])};
557+
white-space: nowrap;
557558
`,
558559
value: css`
559560
color: ${t(colors.purple[600], colors.purple[400])};

0 commit comments

Comments
 (0)