Skip to content

Commit

Permalink
Merge pull request #1190 from thunderstore-io/08-28-add_select_min_an…
Browse files Browse the repository at this point in the history
…d_max_width

Add select min and max width
  • Loading branch information
Oksamies authored Aug 28, 2024
2 parents fef4c6d + e1bbc10 commit 0db27e9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/cyberstorm/src/components/Select/Select.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@
display: flex;
flex-direction: column;
gap: var(--gap--2);
min-width: max-content;

/* width: var(--radix-popper-anchor-width); */
min-width: var(--radix-popper-anchor-width);
max-width: max-content;
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 0db27e9

Please sign in to comment.