We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63b34b6 commit eb9ff67Copy full SHA for eb9ff67
1 file changed
packages/cli/src/ui/components/ToolConfirmationQueue.tsx
@@ -74,7 +74,7 @@ export const ToolConfirmationQueue: React.FC<ToolConfirmationQueueProps> = ({
74
// - 2 lines for the Header (text + margin)
75
// - 2 lines for Tool Identity (text + margin)
76
const availableContentHeight = constrainHeight
77
- ? Math.max(maxHeight - (hideToolIdentity ? 0 : 6), 4)
+ ? Math.max(maxHeight - (hideToolIdentity ? 4 : 6), 4)
78
: undefined;
79
80
const content = (
0 commit comments