From f090ec214aa4ebc5055e46a091ccf8c82cbcf0d8 Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Sat, 3 Jan 2026 22:56:36 +0100 Subject: [PATCH] Fix missing spacer between text and tool calls in HTML export --- packages/coding-agent/src/core/export-html/template.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/coding-agent/src/core/export-html/template.css b/packages/coding-agent/src/core/export-html/template.css index 876f7ea7..733224b4 100644 --- a/packages/coding-agent/src/core/export-html/template.css +++ b/packages/coding-agent/src/core/export-html/template.css @@ -333,8 +333,7 @@ margin-top: var(--line-height); } - .assistant-text + .tool-execution, - .thinking-block + .tool-execution { + .assistant-text + .tool-execution { margin-top: var(--line-height); }