From 33d6a8d233a6c140aedbdda4ca7b7170c548cabd Mon Sep 17 00:00:00 2001 From: Akshita Goyal <36129505+gakshita@users.noreply.github.com> Date: Mon, 15 Jul 2024 16:47:40 +0530 Subject: [PATCH] [WEB-1820]: Fix/project selection dropdown (#5122) * fix: Truncated project name under custom analytics's project selection dropdown * fix: project name truncated * fix: removed static width * fix: hardcoded width * fix: css * fix: handled the custom search button * Freeze hookform version * Revert yarn lock --------- Co-authored-by: Satish Gandham --- .../ui/src/dropdowns/custom-search-select.tsx | 2 +- .../custom-analytics/select/project.tsx | 16 +- web/package.json | 2 +- yarn.lock | 2293 ++++++++--------- 4 files changed, 1094 insertions(+), 1219 deletions(-) diff --git a/packages/ui/src/dropdowns/custom-search-select.tsx b/packages/ui/src/dropdowns/custom-search-select.tsx index 275506ad73..d2fb1c5379 100644 --- a/packages/ui/src/dropdowns/custom-search-select.tsx +++ b/packages/ui/src/dropdowns/custom-search-select.tsx @@ -115,7 +115,7 @@ export const CustomSearchSelect = (props: ICustomSearchSelectProps) => { onClick={toggleDropdown} > {label} - {!noChevron && !disabled &&