We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 819f8b3 commit 13b247fCopy full SHA for 13b247f
cli/src/components/blocks/thinking-block.tsx
@@ -31,7 +31,7 @@ export const ThinkingBlock = memo(
31
const firstBlock = blocks[0]
32
const isCollapsed = firstBlock?.isCollapsed ?? true
33
const marginLeft = Math.max(0, indentLevel * 2)
34
- const availWidth = Math.max(10, availableWidth - marginLeft - 4)
+ const availWidth = Math.max(10, availableWidth - marginLeft - 10)
35
36
const handleToggle = useCallback(() => {
37
onToggleCollapsed(thinkingId)
0 commit comments