Fix missing bottom border in tool boxes

This commit is contained in:
Dmitry Lyalin
2026-01-31 10:57:33 -05:00
parent 0d8a3a0c8a
commit 66bbfa0dd4
2 changed files with 2 additions and 2 deletions

View File

@@ -137,7 +137,7 @@ export const ToolConfirmationQueue: React.FC<ToolConfirmationQueueProps> = ({
/>
</Box>
<Box
height={0}
height={1}
width={mainAreaWidth}
borderLeft={true}
borderRight={true}

View File

@@ -239,7 +239,7 @@ export const ToolGroupMessage: React.FC<ToolGroupMessageProps> = ({
*/
(visibleToolCalls.length > 0 || borderBottomOverride !== undefined) && (
<Box
height={0}
height={1}
width={terminalWidth}
borderLeft={true}
borderRight={true}