fix spacing (#19494)

This commit is contained in:
Jacob Richman
2026-02-18 22:39:54 -08:00
committed by GitHub
parent a804f99fe0
commit 70b427c7dd
3 changed files with 75 additions and 1 deletions
@@ -148,7 +148,7 @@ export const ToolGroupMessage: React.FC<ToolGroupMessageProps> = ({
*/
width={terminalWidth}
paddingRight={TOOL_MESSAGE_HORIZONTAL_MARGIN}
marginBottom={1}
marginBottom={borderBottomOverride === false ? 0 : 1}
>
{visibleToolCalls.map((tool, index) => {
const isFirst = index === 0;