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