From d7d0b11901766d3e62d8b743505aa7e4cf903e08 Mon Sep 17 00:00:00 2001 From: devanshu052000 Date: Tue, 20 May 2025 14:07:30 +0530 Subject: [PATCH] Fix: width for the group divider in event action dropdown --- frontend/src/AppBuilder/RightSideBar/Inspector/EventManager.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/AppBuilder/RightSideBar/Inspector/EventManager.jsx b/frontend/src/AppBuilder/RightSideBar/Inspector/EventManager.jsx index e1c6bcf5c8..9ab0cac6fe 100644 --- a/frontend/src/AppBuilder/RightSideBar/Inspector/EventManager.jsx +++ b/frontend/src/AppBuilder/RightSideBar/Inspector/EventManager.jsx @@ -458,7 +458,7 @@ export const EventManager = ({ if (data.label === 'run-action') return; return (
);