diff --git a/.changeset/warm-humans-pull.md b/.changeset/warm-humans-pull.md new file mode 100644 index 00000000..01f80dd1 --- /dev/null +++ b/.changeset/warm-humans-pull.md @@ -0,0 +1,5 @@ +--- +'@tanstack/devtools': patch +--- + +prevent sidebar icons from collapsing diff --git a/packages/devtools/src/styles/use-styles.ts b/packages/devtools/src/styles/use-styles.ts index a4246636..36feac1f 100644 --- a/packages/devtools/src/styles/use-styles.ts +++ b/packages/devtools/src/styles/use-styles.ts @@ -423,6 +423,9 @@ const stylesFactory = (theme: DevtoolsStore['settings']['theme']) => { background-color: transparent; color: ${colors.gray[300]}; } + & > svg { + flex-shrink: 0; + } `, tabContent: css` transition: all 0.2s ease-in-out;