Skip to content

Commit 34c81d3

Browse files
Merge pull request #444 from BootNodeDev/fix/443
fix: SwitchNetwork dropdown shows only first network item
2 parents 03154b9 + c8a7e99 commit 34c81d3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • src/components/sharedComponents/ui/Menu

src/components/sharedComponents/ui/Menu/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export const MenuContent: FC<MenuContentProps> = ({ children, css, ...restProps
1010
css={{ ...css, ...styles }}
1111
padding="0"
1212
display="flex"
13+
flexDirection="column"
1314
alignItems="stretch"
1415
{...restProps}
1516
>

0 commit comments

Comments
 (0)