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`