Fix missing spacer between text and tool calls in HTML export

This commit is contained in:
Mario Zechner 2026-01-03 22:56:36 +01:00
parent e98524f1fc
commit f090ec214a

View file

@ -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);
}