From 3016a6c2b6a7d8883519e12073ad0eeed6b22ac4 Mon Sep 17 00:00:00 2001 From: Krishna Gupta Date: Sat, 22 Jun 2024 23:05:27 +0530 Subject: [PATCH 1/2] fix: Workspaces - Workspaces title is shown in two lines. Signed-off-by: Krishna Gupta --- src/pages/workspace/WorkspacesListPage.tsx | 29 +++++++++++----------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/src/pages/workspace/WorkspacesListPage.tsx b/src/pages/workspace/WorkspacesListPage.tsx index 6c7f23595ca9..7624fe7e0aae 100755 --- a/src/pages/workspace/WorkspacesListPage.tsx +++ b/src/pages/workspace/WorkspacesListPage.tsx @@ -354,6 +354,17 @@ function WorkspacesListPage({policies, reimbursementAccount, reports, session}: .sort((a, b) => localeCompare(a.title, b.title)); }, [reimbursementAccount?.errors, policies, isOffline, theme.textLight, policyRooms]); + const getHeaderButton = () => ( +