Skip to content

Commit eb9ff67

Browse files
committed
revert changes to availableContentHeight will verify tommorrow if it makes sense
1 parent 63b34b6 commit eb9ff67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/cli/src/ui/components/ToolConfirmationQueue.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export const ToolConfirmationQueue: React.FC<ToolConfirmationQueueProps> = ({
7474
// - 2 lines for the Header (text + margin)
7575
// - 2 lines for Tool Identity (text + margin)
7676
const availableContentHeight = constrainHeight
77-
? Math.max(maxHeight - (hideToolIdentity ? 0 : 6), 4)
77+
? Math.max(maxHeight - (hideToolIdentity ? 4 : 6), 4)
7878
: undefined;
7979

8080
const content = (

0 commit comments

Comments
 (0)