diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 24e27f431b..1bad804f70 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -95,7 +95,6 @@ jobs: with: node-version: '24' cache: npm - - name: Select the release npm toolchain if: steps.plan.outputs.cli_package == 'true' run: npm install --global --no-audit --no-fund "$(node -p 'require("./package.json").packageManager')" @@ -143,6 +142,10 @@ jobs: if: steps.plan.outputs.code == 'true' run: npm run format:check + - name: Check icon sizes + if: steps.plan.outputs.code == 'true' + run: npm run check:icon-size + - name: Build if: steps.plan.outputs.code == 'true' || steps.plan.outputs.cli_package == 'true' || steps.plan.outputs.release_contract == 'true' run: npm run build diff --git a/apps/desktop/src/renderer/features/workbar/tools/inspector/session-inspector-panel.tsx b/apps/desktop/src/renderer/features/workbar/tools/inspector/session-inspector-panel.tsx index ce61df6412..f43c75f937 100644 --- a/apps/desktop/src/renderer/features/workbar/tools/inspector/session-inspector-panel.tsx +++ b/apps/desktop/src/renderer/features/workbar/tools/inspector/session-inspector-panel.tsx @@ -730,7 +730,7 @@ function StepRow(props: {