mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 20:03:05 +00:00
Fix missing spacer between text and tool calls in HTML export
This commit is contained in:
parent
e98524f1fc
commit
f090ec214a
1 changed files with 1 additions and 2 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue