Skip to content

Commit

Permalink
Fix css issue
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-debruijn committed Nov 20, 2024
1 parent 40e82de commit eb35ba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/Select.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const Select = forwardRef<HTMLInputElement, Props>(
css={`
padding: 0.275rem 0.65rem;
border-radius: ${getGlobalBorderRadius};
max-width="43rem"
max-width: 43rem;
`}
{...getBoxProps(props)}
>
Expand Down

0 comments on commit eb35ba9

Please sign in to comment.