diff --git a/app/client/src/pages/Editor/JSEditor/JSEditorToolbar/components/old/JSFunctionRun.tsx b/app/client/src/pages/Editor/JSEditor/JSEditorToolbar/components/old/JSFunctionRun.tsx index b22a3fc4c930..c67ff6e363e7 100644 --- a/app/client/src/pages/Editor/JSEditor/JSEditorToolbar/components/old/JSFunctionRun.tsx +++ b/app/client/src/pages/Editor/JSEditor/JSEditorToolbar/components/old/JSFunctionRun.tsx @@ -25,10 +25,6 @@ export interface DropdownWithCTAWrapperProps { const DropdownWithCTAWrapper = styled.div` display: flex; gap: var(--ads-v2-spaces-3); - - .rc-select-selector { - min-width: unset; - } `; const OptionWrapper = styled.div`