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 8567f0d734c9..cbbc13b7afdf 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`