Skip to content

Commit

Permalink
[dashboard] Fix alignment of pending changes widget in workspaces list
Browse files Browse the repository at this point in the history
  • Loading branch information
jankeromnes authored and roboquat committed Jul 29, 2021
1 parent 479abb7 commit 4c70e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/dashboard/src/workspaces/WorkspaceEntry.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export function WorkspaceEntry({ desc, model, isAdmin, stopWorkspace }: Props) {
</ItemField>
<ItemField className="w-2/12 flex flex-col">
<div className="text-gray-500 dark:text-gray-400 overflow-ellipsis truncate">{currentBranch}</div>
<PendingChangesDropdown workspaceInstance={desc.latestInstance} />
<div className="mr-auto"><PendingChangesDropdown workspaceInstance={desc.latestInstance} /></div>
</ItemField>
<ItemField className="w-2/12 flex">
<Tooltip content={`Created ${moment(desc.workspace.creationTime).fromNow()}`}>
Expand Down

0 comments on commit 4c70e7a

Please sign in to comment.