Skip to content

Commit 86337e2

Browse files
committed
Align inline actions to the right
1 parent 53c4332 commit 86337e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/pages/WorkspacesPage/WorkspacesTable.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ const WorkspaceActionsCell: FC<WorkspaceActionsCellProps> = ({
533533

534534
return (
535535
<TableCell>
536-
<div className="flex gap-1">
536+
<div className="flex gap-1 justify-end">
537537
{abilities.actions.includes("start") && (
538538
<PrimaryAction
539539
onClick={() => startWorkspaceMutation.mutate({})}

0 commit comments

Comments
 (0)