Skip to content

Commit

Permalink
Fix Select width (#1185)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oksamies authored Aug 28, 2024
2 parents 6d12cf1 + 389fd77 commit 6d9611d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/cyberstorm/src/components/Select/Select.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@
display: flex;
flex-direction: column;
gap: var(--gap--2);
width: var(--radix-popper-anchor-width);
min-width: max-content;

/* width: var(--radix-popper-anchor-width); */
padding: var(--space--8) 0;
border: var(--space--px) var(--color-surface--6) solid;
border-radius: var(--border-radius--8);
Expand Down

0 comments on commit 6d9611d

Please sign in to comment.