Commit cb38079
fix: indent all lines of tool block boxes, not just the top border
The " " + block concatenation only prepended spaces to the first
line of the multi-line lipgloss box, causing the top ╭───╮ to be
offset from the sides │ and bottom ╰───╯. Now splits on newlines
and indents every line consistently.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent dc243db commit cb38079
1 file changed
Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
365 | 365 | | |
366 | 366 | | |
367 | 367 | | |
368 | | - | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
369 | 376 | | |
370 | 377 | | |
371 | 378 | | |
| |||
0 commit comments