We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98cae75 commit 21bc397Copy full SHA for 21bc397
frontend/src/components/CommandCenter/AgentDetailsPanel.tsx
@@ -185,7 +185,7 @@ export function AgentDetailsPanel({
185
{isExpanded("thinking") && (
186
<div className="px-6 pb-4">
187
<div className="p-3 rounded-lg bg-white/50 dark:bg-jet/50 border border-warm-gray/10 dark:border-stone/10 max-h-80 overflow-y-auto">
188
- <pre className="text-xs text-stone font-mono whitespace-pre-wrap break-words">
+ <pre className="text-xs text-stone font-mono whitespace-pre-wrap wrap-break-word">
189
{agentState.lastResult.metadata.thinkingTraces as string}
190
</pre>
191
</div>
0 commit comments