diff --git a/.changeset/thirty-gorillas-peel.md b/.changeset/thirty-gorillas-peel.md new file mode 100644 index 000000000..92e2fd4e4 --- /dev/null +++ b/.changeset/thirty-gorillas-peel.md @@ -0,0 +1,5 @@ +--- +"@launchpad-ui/components": patch +--- + +Fix `ListBox` width diff --git a/packages/components/src/styles/ListBox.module.css b/packages/components/src/styles/ListBox.module.css index 449eb8151..5f53d3c7f 100644 --- a/packages/components/src/styles/ListBox.module.css +++ b/packages/components/src/styles/ListBox.module.css @@ -1,6 +1,6 @@ .box { + --lp-menu-max-width: none; composes: menu from './Menu.module.css'; - max-width: unset; } .item {