Files
Vetting/internal
josh 5c6bfa5ffa
CI / Lint + build + test (push) Successful in 1m39s
Release / release (push) Has been cancelled
ui: fix log lines rendering vertically when stage prefix is present
The .log-line grid was templated with 5 columns (anchor/ln/lvl/ts/text),
but renderLogSSE inserts an optional log-stage span, making 6 children.
The 6th child wrapped to row 2 column 1 (24px wide), which forced the
message text to break one character per line. Flexbox with min-width:0
on the text span scales cleanly with or without the stage element.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-18 19:20:51 -04:00
..