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 176382a commit cdb6c77Copy full SHA for cdb6c77
.changeset/warm-humans-pull.md
@@ -0,0 +1,5 @@
1
+---
2
+'@tanstack/devtools': patch
3
4
+
5
+prevent sidebar icons from collapsing
packages/devtools/src/styles/use-styles.ts
@@ -423,6 +423,9 @@ const stylesFactory = (theme: DevtoolsStore['settings']['theme']) => {
423
background-color: transparent;
424
color: ${colors.gray[300]};
425
}
426
+ & > svg {
427
+ flex-shrink: 0;
428
+ }
429
`,
430
tabContent: css`
431
transition: all 0.2s ease-in-out;
0 commit comments