Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Apply PR review
  • Loading branch information
BrunoQuaresma committed Aug 26, 2025
commit be5a8fdb0aadeab60d9f9b8164363c1e9fcdae8e
4 changes: 2 additions & 2 deletions site/src/pages/TaskPage/TaskTopbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const TaskTopbar: FC<TaskTopbarProps> = ({ task }) => {
</Tooltip>
</TooltipProvider>

<h1 className="m-0 ml-2 text-base font-medium truncate">
<h1 className="m-0 pl-2 text-base font-medium truncate">
{task.workspace.name}
</h1>

Expand All @@ -48,7 +48,7 @@ export const TaskTopbar: FC<TaskTopbarProps> = ({ task }) => {
)}

<div className="ml-auto gap-2 flex items-center">
<TooltipProvider delayDuration={0}>
<TooltipProvider delayDuration={250}>
<Tooltip>
<TooltipTrigger asChild>
<Button variant="outline" size="sm">
Expand Down
Loading