From 5bc25424d32e6bebc134babb49f9bdc5b216f41b Mon Sep 17 00:00:00 2001 From: Federico Jaramillo Martinez Date: Fri, 22 May 2026 13:51:05 +0200 Subject: [PATCH] fix: extend chat diff backgrounds --- .changeset/fill-chat-diff-backgrounds.md | 5 +++++ src/client/src/components/ToolExecutionView.ts | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .changeset/fill-chat-diff-backgrounds.md diff --git a/.changeset/fill-chat-diff-backgrounds.md b/.changeset/fill-chat-diff-backgrounds.md new file mode 100644 index 0000000..89b5d07 --- /dev/null +++ b/.changeset/fill-chat-diff-backgrounds.md @@ -0,0 +1,5 @@ +--- +"@jmfederico/pi-web": patch +--- + +Extend chat diff row backgrounds across the full horizontal scroll area. diff --git a/src/client/src/components/ToolExecutionView.ts b/src/client/src/components/ToolExecutionView.ts index 0d5da48..e573951 100644 --- a/src/client/src/components/ToolExecutionView.ts +++ b/src/client/src/components/ToolExecutionView.ts @@ -72,7 +72,7 @@ export class ToolExecutionView extends LitElement { ${truncated ? `Showing ${String(visibleLines.length)} of ${String(lines.length)} lines` : "Full diff"} -
${visibleLines.map((line) => html`${line}`)}
+
${visibleLines.map((line) => html`${line}`)}
${truncated ? html`