Skip to content

Commit

Permalink
Fixed padding issue for amount field
Browse files Browse the repository at this point in the history
  • Loading branch information
glenndehaan committed Apr 6, 2024
1 parent 54d6cb1 commit 8756452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/voucher.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@
<div>
<label for="voucher-amount" class="block text-sm font-medium leading-6 text-gray-900 dark:text-white">Amount</label>
<div class="mt-2">
<input type="number" min="1" step="1" value="1" id="voucher-amount" name="voucher-amount" required class="mt-2 block w-full rounded-md border-0 py-1.5 pl-3 pr-10 text-gray-900 dark:text-white dark:bg-white/5 ring-1 ring-inset ring-gray-300 dark:ring-white/10 focus:ring-2 focus:ring-sky-600 sm:text-sm sm:leading-6">
<input type="number" min="1" step="1" value="1" id="voucher-amount" name="voucher-amount" required class="mt-2 block w-full rounded-md border-0 py-1.5 text-gray-900 dark:text-white dark:bg-white/5 ring-1 ring-inset ring-gray-300 dark:ring-white/10 focus:ring-2 focus:ring-sky-600 sm:text-sm sm:leading-6">
</div>
</div>
</div>
Expand Down

0 comments on commit 8756452

Please sign in to comment.