From 65530d961b82a75cc48f19f586f5d5788970638c Mon Sep 17 00:00:00 2001 From: devanshu052000 Date: Wed, 2 Apr 2025 23:38:14 +0530 Subject: [PATCH] Fix multiselect menu UI issues. --- .../src/Editor/Components/DropdownV2/CustomMenuList.jsx | 4 +--- frontend/src/Editor/Components/DropdownV2/dropdownV2.scss | 7 +++++++ .../src/Editor/Components/MultiselectV2/MultiselectV2.jsx | 1 + 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/frontend/src/Editor/Components/DropdownV2/CustomMenuList.jsx b/frontend/src/Editor/Components/DropdownV2/CustomMenuList.jsx index 31233d15d8..949efa0ca8 100644 --- a/frontend/src/Editor/Components/DropdownV2/CustomMenuList.jsx +++ b/frontend/src/Editor/Components/DropdownV2/CustomMenuList.jsx @@ -103,11 +103,9 @@ const CustomMenuList = ({ selectProps, ...props }) => { {!optionsLoadingState && (
({ ...provided, marginTop: '5px', + borderRadius: '8px', }), }; const _width = (labelWidth / 100) * 70; // Max width which label can go is 70% for better UX calculate width based on this value