From 580e5dbb3412212e017fb9e805ff5083655ab769 Mon Sep 17 00:00:00 2001 From: Tom Butcher Date: Sun, 26 Jul 2026 21:21:18 +0100 Subject: [PATCH] Update ObjectSelect component to adjust styling for improved layout - Modified the style of the main container in ObjectSelect to include a relative position, enhancing the layout and positioning of child elements. --- src/components/Dashboard/common/ObjectSelect.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Dashboard/common/ObjectSelect.jsx b/src/components/Dashboard/common/ObjectSelect.jsx index 073c182..ab43373 100644 --- a/src/components/Dashboard/common/ObjectSelect.jsx +++ b/src/components/Dashboard/common/ObjectSelect.jsx @@ -720,7 +720,7 @@ const ObjectSelect = ({ // --- Main TreeSelect UI --- return ( -
+