From cbdc60a28ca984df773a7c1a80139bc6bf5fb3d5 Mon Sep 17 00:00:00 2001 From: BrunoQuaresma Date: Thu, 1 Feb 2024 16:49:22 +0000 Subject: [PATCH] fix(site): text overflow on batch ws deletion --- .../BatchDeleteConfirmation.tsx | 21 ++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/site/src/pages/WorkspacesPage/BatchDeleteConfirmation.tsx b/site/src/pages/WorkspacesPage/BatchDeleteConfirmation.tsx index b735326cc0e44..8eddd9b637f6c 100644 --- a/site/src/pages/WorkspacesPage/BatchDeleteConfirmation.tsx +++ b/site/src/pages/WorkspacesPage/BatchDeleteConfirmation.tsx @@ -157,28 +157,39 @@ const Workspaces: FC = ({ workspaces }) => { direction="row" alignItems="center" justifyContent="space-between" + spacing={3} > {workspace.name} - - - + + {workspace.owner_name} + - - + {dayjs(workspace.last_used_at).fromNow()} +