5c6bfa5ffa
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>