Skip to content

Commit 852a2d1

Browse files
Merge branch 'keep-task-automation-buttons-visible-ac5t'
2 parents 99ee730 + dd58d90 commit 852a2d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/terminal/terminal-grid.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ function TerminalPane({ terminal, taskInfo, isMobile, onClose, onReady, onResize
6262
<div className="flex shrink-0 items-center justify-between border-b border-border bg-card">
6363
{taskInfo ? (
6464
// Task terminal header: [Task Link] [Repo Name] [Path] ... [Git Actions] [Close]
65-
<div className="flex flex-1 items-center gap-2 px-2 py-1">
65+
<div className="flex min-w-0 flex-1 items-center gap-2 px-2 py-1">
6666
<Link
6767
to="/tasks/$taskId"
6868
params={{ taskId: taskInfo.taskId }}

0 commit comments

Comments
 (0)