From 6497e1a78928910b11f7e5d70eb9329ec122164f Mon Sep 17 00:00:00 2001 From: Vijaykant Yadav Date: Thu, 27 Mar 2025 12:22:24 +0530 Subject: [PATCH] fix: window target styling --- .../src/AppBuilder/RightSideBar/Inspector/EventManager.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/AppBuilder/RightSideBar/Inspector/EventManager.jsx b/frontend/src/AppBuilder/RightSideBar/Inspector/EventManager.jsx index b6b6f0c4f9..6c8398724d 100644 --- a/frontend/src/AppBuilder/RightSideBar/Inspector/EventManager.jsx +++ b/frontend/src/AppBuilder/RightSideBar/Inspector/EventManager.jsx @@ -505,7 +505,7 @@ export const EventManager = ({ )} {event.actionId === 'open-webpage' && ( -
+
-
+
handlerChanged(index, 'windowTarget', _value)} defaultValue={event?.windowTarget || 'newTab'} - style={{ width: '58%' }} + style={{ width: '74%' }} > New tab Current tab