We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 99ee730 + dd58d90 commit 852a2d1Copy full SHA for 852a2d1
1 file changed
src/components/terminal/terminal-grid.tsx
@@ -62,7 +62,7 @@ function TerminalPane({ terminal, taskInfo, isMobile, onClose, onReady, onResize
62
<div className="flex shrink-0 items-center justify-between border-b border-border bg-card">
63
{taskInfo ? (
64
// 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">
+ <div className="flex min-w-0 flex-1 items-center gap-2 px-2 py-1">
66
<Link
67
to="/tasks/$taskId"
68
params={{ taskId: taskInfo.taskId }}
0 commit comments