Skip to content

Commit 0425dc1

Browse files
authored
fix(components): fix ListBox width (#1553)
* fix(components): fix `ListBox` width * fix: remove decorator
1 parent 54de8bc commit 0425dc1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/thirty-gorillas-peel.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@launchpad-ui/components": patch
3+
---
4+
5+
Fix `ListBox` width

packages/components/src/styles/ListBox.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.box {
2+
--lp-menu-max-width: none;
23
composes: menu from './Menu.module.css';
3-
max-width: unset;
44
}
55

66
.item {

0 commit comments

Comments
 (0)