From 96346525e0eb21f9e66533ddda5202875b419072 Mon Sep 17 00:00:00 2001 From: Bruno Quaresma Date: Thu, 1 Feb 2024 14:02:08 -0300 Subject: [PATCH] fix(site): fix text overflow on batch ws deletion (#11981) Before: ![image](https://github.com/coder/coder/assets/3165839/723a8fd7-8f63-4712-8af1-cd442455c723) After: Screenshot 2024-02-01 at 13 48 56 --- .../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 b735326cc0..8eddd9b637 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()} +