From 70440520e1aa2aebb6be897ee37f7223e1f44794 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Fri, 29 Aug 2025 15:01:29 +0300 Subject: [PATCH] fix(react/global_menu): misalignment of the "advanced" submenu --- apps/client/src/widgets/react/FormList.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/widgets/react/FormList.tsx b/apps/client/src/widgets/react/FormList.tsx index eca945061..f3d6d9427 100644 --- a/apps/client/src/widgets/react/FormList.tsx +++ b/apps/client/src/widgets/react/FormList.tsx @@ -168,7 +168,7 @@ export function FormDropdownSubmenu({ icon, title, children }: { icon: string, t } }} > - + {" "} {title}