Skip to content

Commit 8fb46fe

Browse files
fix: agents
1 parent 425c3eb commit 8fb46fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gui/src/components/BackgroundMode/AgentsList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ export function AgentsList() {
103103
<div className="text-description-muted px-2 text-xs font-semibold">
104104
Recent Agents
105105
</div>
106-
<div className="flex flex-col gap-1">
106+
<div className="flex flex-col gap-1 px-2">
107107
{agents.map((agent) => (
108108
<div
109109
key={agent.id}

0 commit comments

Comments
 (0)