🚸 Fix select and autocomplete max width

Closes #1310
This commit is contained in:
Baptiste Arnaud
2024-03-15 11:57:12 +01:00
parent 968abf5243
commit 70cc1f0ce3
5 changed files with 7 additions and 7 deletions

View File

@@ -89,7 +89,7 @@ const WorkspaceRoleMenuButton = ({
onChange: (role: WorkspaceRole) => void
}) => {
return (
<Menu placement="bottom-end" isLazy matchWidth>
<Menu placement="bottom" isLazy matchWidth>
<MenuButton
flexShrink={0}
as={Button}