From c8a7e994e66b973f7c52abe634691f233b28c736 Mon Sep 17 00:00:00 2001 From: Gabito Esmiapodo <4015436+gabitoesmiapodo@users.noreply.github.com> Date: Mon, 6 Apr 2026 16:48:22 -0300 Subject: [PATCH] fix: add flexDirection column to MenuContent to fix dropdown layout --- src/components/sharedComponents/ui/Menu/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/sharedComponents/ui/Menu/index.tsx b/src/components/sharedComponents/ui/Menu/index.tsx index ad018d36..27137f0b 100644 --- a/src/components/sharedComponents/ui/Menu/index.tsx +++ b/src/components/sharedComponents/ui/Menu/index.tsx @@ -10,6 +10,7 @@ export const MenuContent: FC = ({ children, css, ...restProps css={{ ...css, ...styles }} padding="0" display="flex" + flexDirection="column" alignItems="stretch" {...restProps} >