Skip to content

Commit

Permalink
feat: wider order input
Browse files Browse the repository at this point in the history
  • Loading branch information
fPolic committed Nov 27, 2024
1 parent 6517382 commit b0fe06c
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ export default function TransferRequestForm() {
action={formAction}
className="flex flex-col gap-y-1 sm:items-end"
>
<div className="flex gap-x-2">
<Input name="order_id" placeholder="Order ID" />
<div className="flex flex-col gap-y-2 w-full">
<Input className="w-full" name="order_id" placeholder="Order ID" />
<SubmitButton
variant="secondary"
className="w-fit whitespace-nowrap"
className="w-fit whitespace-nowrap self-end"
>
Request transfer
</SubmitButton>
Expand Down

0 comments on commit b0fe06c

Please sign in to comment.