Files
palette/internal/web/static
fen 158c0fe4b6
CI / test (pull_request) Successful in 43s
CI / docker (pull_request) Skipped
Fix #167: block-level gutline spans so gutter numbers align with wrapped lines
QA on dev showed .codeline spans wrap correctly but gutter .gutline spans
rendered inline (all at the same top), so numbers 6+ fell off with wrap on.
Add .gutter .gutline { display: block; } so each gutter number occupies its
own visual row, matching the one-number-per-visual-row contract of
paste-lines.js. Verified rendered output in a local build at 1400x900 and
375x812 with a long unbroken token on line 5 and wrap ON.
2026-09-10 11:39:34 -05:00
..