Skip to content

Commit

Permalink
support search coins in coin detail page
Browse files Browse the repository at this point in the history
  • Loading branch information
domechn committed May 11, 2024
1 parent 995d76a commit 4dbc3d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/coin-analytics.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ const App = ({
<CaretSortIcon className="h-4 w-4 shrink-0 opacity-50" />
</Button>
</PopoverTrigger>
<PopoverContent className="w-[200px] p-0">
<PopoverContent className="w-[100%] p-1">
<Command>
<CommandInput
placeholder="Search coin..."
Expand Down

0 comments on commit 4dbc3d7

Please sign in to comment.