Skip to content

Commit

Permalink
add select width
Browse files Browse the repository at this point in the history
  • Loading branch information
gregrickaby committed Feb 13, 2024
1 parent 8e541e3 commit dd5c864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Search.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ export default function Search() {

<div className="select-wrapper">
<select
className="ml-2 h-16 appearance-none rounded px-4 py-2 outline-none"
className="ml-2 h-16 w-24 appearance-none rounded px-4 py-2 outline-none"
onChange={handleFilterChange}
value={searchFilter}
>
Expand Down

0 comments on commit dd5c864

Please sign in to comment.