Skip to content

Commit 1d4828d

Browse files
committed
Stack "Run as Task" vertically with "Run Task"
1 parent c206c06 commit 1d4828d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

web/src/components/ToolsTab.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -673,9 +673,9 @@ const ToolsTab = ({
673673
</div>
674674
</div>
675675
)}
676-
<div className="flex items-center space-x-2">
676+
<div className="flex flex-col items-start gap-2">
677677
{selectedTool && serverSupportsTaskToolCalls && (
678-
<>
678+
<div className="flex items-center space-x-2 pb-2">
679679
<Switch
680680
id="run-as-task"
681681
checked={effectiveRunAsTask}
@@ -696,7 +696,7 @@ const ToolsTab = ({
696696
>
697697
Run as task
698698
</Label>
699-
</>
699+
</div>
700700
)}
701701
<Button
702702
onClick={async () => {

0 commit comments

Comments
 (0)