From 43ce1e8fd4ad2080c0d52f8905be702154a4c1bb Mon Sep 17 00:00:00 2001 From: Shaurya Sharma Date: Mon, 28 Oct 2024 14:31:46 +0530 Subject: [PATCH] Minor css alignment fix --- frontend/src/Editor/Components/DropdownV2/DropdownV2.jsx | 1 + frontend/src/Editor/Components/MultiselectV2/MultiselectV2.jsx | 1 + frontend/src/_ui/Label.jsx | 3 ++- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/frontend/src/Editor/Components/DropdownV2/DropdownV2.jsx b/frontend/src/Editor/Components/DropdownV2/DropdownV2.jsx index 9b1c5981e0..a4b318eadf 100644 --- a/frontend/src/Editor/Components/DropdownV2/DropdownV2.jsx +++ b/frontend/src/Editor/Components/DropdownV2/DropdownV2.jsx @@ -440,6 +440,7 @@ export const DropdownV2 = ({ auto={labelAutoWidth} isMandatory={isMandatory} _width={_width} + top={'1px'} />