fix(coding-agent): preserve share page tool output indentation closes #3440

This commit is contained in:
Mario Zechner
2026-04-20 14:46:18 +02:00
parent d4e2e563ae
commit 5ea8a276eb
3 changed files with 14 additions and 0 deletions

View File

@@ -510,6 +510,7 @@
margin: 0;
padding: 0;
line-height: var(--line-height);
white-space: pre-wrap;
}
.tool-output pre {