Skip to content

Commit

Permalink
Fix : Alignment of Country List in Phone Number Search (#10778)
Browse files Browse the repository at this point in the history
Co-authored-by: Rithvik Nishad <rithvikn2001@gmail.com>
  • Loading branch information
Jeffrin2005 and rithviknishad authored Feb 27, 2025
1 parent 432c614 commit cf1292b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/components/ui/phone-input.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,11 @@ const CountrySelect = ({
/>
</Button>
</PopoverTrigger>
<PopoverContent className="w-[300px] p-0">
<PopoverContent
className="p-2 sm:p-0 w-[var(--radix-popover-trigger-width)] min-w-64"
align="start"
sideOffset={5}
>
<Command>
<CommandInput
placeholder={t("search_country")}
Expand Down

0 comments on commit cf1292b

Please sign in to comment.