Skip to content

Commit 53c4332

Browse files
committed
Adjust skeleton
1 parent ddcb1e9 commit 53c4332

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

site/src/pages/WorkspacesPage/WorkspacesTable.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -377,6 +377,9 @@ const TableLoader: FC<TableLoaderProps> = ({ canCheckWorkspaces }) => {
377377
<TableCell className="w-2/6">
378378
<Skeleton variant="text" width="50%" />
379379
</TableCell>
380+
<TableCell className="w-0">
381+
<Skeleton variant="rounded" width={40} height={40} />
382+
</TableCell>
380383
<TableCell>
381384
<div className="flex">
382385
<KeyboardArrowRight className="text-content-disabled size-icon-sm" />

0 commit comments

Comments
 (0)