Skip to content

Commit

Permalink
Revert dropdown item padding
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasWanke committed Oct 20, 2024
1 parent 38fc7b6 commit 5a4bc3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/dropdowns/Dropdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export function Dropdown<T>({
<ListboxOption
key={index}
className={
"relative cursor-pointer select-none px-4 py-2 text-gray-900 hover:bg-wsg-orange-700"
"relative cursor-pointer select-none py-2 pl-3 pr-9 text-gray-900 hover:bg-wsg-orange-700"
}
value={option}
>
Expand Down

0 comments on commit 5a4bc3c

Please sign in to comment.