From ddab1bcf415f0e9e04e2332002e8f0a0c8e4cd02 Mon Sep 17 00:00:00 2001 From: Rutika Pawar <183392827+twilight2294@users.noreply.github.com> Date: Wed, 26 Mar 2025 09:21:09 +0000 Subject: [PATCH] add flexGrow and flexShrink --- src/pages/Search/EmptySearchView.tsx | 5 ++++- src/pages/workspace/categories/WorkspaceCategoriesPage.tsx | 2 +- .../companyCards/WorkspaceCompanyCardsFeedAddedEmptyPage.tsx | 2 +- .../companyCards/WorkspaceCompanyCardsFeedPendingPage.tsx | 2 +- src/pages/workspace/expensifyCard/EmptyCardView.tsx | 2 +- src/pages/workspace/perDiem/WorkspacePerDiemPage.tsx | 2 +- .../workspace/reportFields/ReportFieldsListValuesPage.tsx | 2 +- .../workspace/reportFields/WorkspaceReportFieldsPage.tsx | 2 +- src/pages/workspace/tags/WorkspaceTagsPage.tsx | 2 +- 9 files changed, 12 insertions(+), 9 deletions(-) diff --git a/src/pages/Search/EmptySearchView.tsx b/src/pages/Search/EmptySearchView.tsx index cfabc193b1f3..62553f1a91a7 100644 --- a/src/pages/Search/EmptySearchView.tsx +++ b/src/pages/Search/EmptySearchView.tsx @@ -233,7 +233,10 @@ function EmptySearchView({type, hasResults}: EmptySearchViewProps) { return ( <> - + + + + + + {translate('workspace.reportFields.listInputSubtitle')} {shouldShowEmptyState && ( - + )} {shouldShowEmptyState && ( - + )} {!hasVisibleTags && !isLoading && ( - +