From cafbc8dc8b7e4a6bd9db3ca9aae7904ed818dbde Mon Sep 17 00:00:00 2001 From: Kiran Ashok Date: Wed, 19 Apr 2023 16:58:11 +0530 Subject: [PATCH] fix :: Line height dropdown (#6058) * fix :: line height dropdown * added default padding * revert change --- frontend/src/Editor/Components/DropDown.jsx | 1 + 1 file changed, 1 insertion(+) 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',