Skip to content

Commit

Permalink
fix(ui): Update phone number input height (#4216)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcarpenter authored Sep 25, 2024
1 parent 8208c76 commit ef9b239
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .changeset/many-baboons-wash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
2 changes: 1 addition & 1 deletion packages/ui/src/common/phone-number-field.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ export const PhoneNumberField = React.forwardRef(function PhoneNumberField(
</div>
<Command.List
ref={commandListRef}
className='max-h-80 overflow-y-auto overflow-x-hidden'
className='max-h-[18vh] overflow-y-auto overflow-x-hidden'
>
<Command.Empty className='text-gray-11 leading-small px-4 py-1.5 text-center text-base'>
No countries found
Expand Down

0 comments on commit ef9b239

Please sign in to comment.