Skip to content

Commit a3f5e51

Browse files
committed
Remove top and bottom padding within the expanded agent box
1 parent 01908a0 commit a3f5e51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cli/src/components/agent-branch-item.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ export const AgentBranchItem = memo((props: AgentBranchItemProps) => {
188188
paddingLeft: 1,
189189
paddingRight: 1,
190190
paddingTop: 0,
191-
paddingBottom: isCollapsed ? 0 : 1,
191+
paddingBottom: 0,
192192
width: '100%',
193193
}}
194194
onClick={onToggle}
@@ -284,7 +284,7 @@ export const AgentBranchItem = memo((props: AgentBranchItemProps) => {
284284
<Button
285285
style={{
286286
alignSelf: 'flex-end',
287-
marginTop: 1,
287+
marginTop: 0,
288288
}}
289289
onClick={onToggle}
290290
>

0 commit comments

Comments
 (0)