From c46d57edbad725b241cec5693b1151c35d223a66 Mon Sep 17 00:00:00 2001 From: Navaneeth Pk Date: Fri, 20 Aug 2021 22:52:37 +0530 Subject: [PATCH] Fix the margins of dropdown and multiselect widgets (#566) --- frontend/src/Editor/Components/DropDown.jsx | 6 +++--- frontend/src/Editor/Components/Multiselect.jsx | 6 +++--- frontend/src/Editor/Components/components.js | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/frontend/src/Editor/Components/DropDown.jsx b/frontend/src/Editor/Components/DropDown.jsx index 6378ab579f..fccef68473 100644 --- a/frontend/src/Editor/Components/DropDown.jsx +++ b/frontend/src/Editor/Components/DropDown.jsx @@ -57,11 +57,11 @@ export const DropDown = function DropDown({ }, [currentValue]); return ( -
onComponentClick(id, component)}> +
onComponentClick(id, component)}>
- +
-
+
onComponentClick(id, component)}> +
onComponentClick(id, component)}>
- +
-
+