fix(web): keep line numbers clear when code wraps (#1260)

* fix(web): reserve code gutter padding

* fix(web): expose diff wrap controls

* test(ci): run terminal wrap regression
This commit is contained in:
Junmo Kim
2026-08-01 17:11:40 +08:00
committed by GitHub
parent bbcef8c300
commit 084d3462cf
13 changed files with 462 additions and 90 deletions
+2
View File
@@ -14,6 +14,8 @@ jobs:
bun-version: 1.3.14
- run: bun install
- run: bun typecheck
- run: bunx playwright install --with-deps chromium
- run: bun run test:e2e -- terminal-wrap-fidelity.spec.ts
- name: Create integration test env
run: |
{