Skip to content

Commit

Permalink
Merge pull request #282 from commonsku/S50-657
Browse files Browse the repository at this point in the history
S50-657: Ensure that Select menu isn't too narrow
  • Loading branch information
robert-commonsku authored Nov 12, 2024
2 parents 480ddd9 + 3f5b7fd commit 40ccb32
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/@commonsku/styles/Select/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,8 @@ export function skuSelectStyles<
position: props.menuRelative ? 'relative' : provided.position,
borderRadius: '5px',
border: `1px solid ${borderColor}`,
width: "max-content",
minWidth: "100%",
boxShadow: `
1px 1px 0px ${borderColor},
-1px -1px 0px ${borderColor},
Expand Down

0 comments on commit 40ccb32

Please sign in to comment.