diff --git a/frontend/src/Editor/Components/DropDown.jsx b/frontend/src/Editor/Components/DropDown.jsx index 0edee5d476..9743041ebf 100644 --- a/frontend/src/Editor/Components/DropDown.jsx +++ b/frontend/src/Editor/Components/DropDown.jsx @@ -130,6 +130,7 @@ export const DropDown = function DropDown({ input: (provided, _state) => ({ ...provided, color: darkMode ? 'white' : 'black', + margin: '0px', }), indicatorSeparator: (_state) => ({ display: 'none',