We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01908a0 commit a3f5e51Copy full SHA for a3f5e51
1 file changed
cli/src/components/agent-branch-item.tsx
@@ -188,7 +188,7 @@ export const AgentBranchItem = memo((props: AgentBranchItemProps) => {
188
paddingLeft: 1,
189
paddingRight: 1,
190
paddingTop: 0,
191
- paddingBottom: isCollapsed ? 0 : 1,
+ paddingBottom: 0,
192
width: '100%',
193
}}
194
onClick={onToggle}
@@ -284,7 +284,7 @@ export const AgentBranchItem = memo((props: AgentBranchItemProps) => {
284
<Button
285
style={{
286
alignSelf: 'flex-end',
287
- marginTop: 1,
+ marginTop: 0,
288
289
290
>
0 commit comments