Skip to content

Commit

Permalink
fix search text style issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanniser committed Nov 22, 2024
1 parent 04f0aa7 commit c918c1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/search-dropdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export function SearchDropdownComponent() {
setHighlightedIndex(-1);
}}
onKeyDown={handleKeyDown}
className="font-sans font-medium sm:w-[300px] md:w-[375px]"
className="pr-12 font-sans font-medium sm:w-[300px] md:w-[375px]"
/>
<X
className={cn(
Expand Down

0 comments on commit c918c1c

Please sign in to comment.