diff --git a/app/client/src/pages/Editor/QueryEditor/EditorJSONtoForm.tsx b/app/client/src/pages/Editor/QueryEditor/EditorJSONtoForm.tsx index 55ceb587e40..0ce68f1c036 100644 --- a/app/client/src/pages/Editor/QueryEditor/EditorJSONtoForm.tsx +++ b/app/client/src/pages/Editor/QueryEditor/EditorJSONtoForm.tsx @@ -286,6 +286,15 @@ const DropdownSelect = styled.div` & > div { height: 100%; } + + & .appsmith-select__input > input { + position: relative; + bottom: 4px; + } + + & .appsmith-select__input > input[value=""] { + caret-color: transparent; + } } `;