Skip to content

Commit

Permalink
fix padding
Browse files Browse the repository at this point in the history
  • Loading branch information
0xKurt committed Oct 1, 2024
1 parent 1bcf9dc commit f37fd40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export function PayoutTokenButton(props: {
const { token, balance } = props;
return (
<Listbox.Button
className="relative w-[250px] md:w-[250px] cursor-default rounded-md border h-10 border-gray-300 bg-white py-2 pl-3 md:pr-10 text-left shadow-sm focus:border-indigo-500 focus:outline-none focus:ring-1 focus:ring-indigo-500 text-xs md:text-sm"
className="relative w-[250px] md:w-[250px] cursor-default rounded-md border h-10 border-gray-300 bg-white py-2 pl-3 xl:pr-10 text-left shadow-sm focus:border-indigo-500 focus:outline-none focus:ring-1 focus:ring-indigo-500 text-xs md:text-sm"
data-testid="payout-token-select"
>
<span className="flex items-center">
Expand Down

0 comments on commit f37fd40

Please sign in to comment.