Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyq committed Aug 25, 2024
1 parent 26e12e1 commit 2202f31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ticket.php
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@
<input type="text" class="form-control" inputmode="numeric" id="hours" name="hours" placeholder="Hrs" min="0" max="23" pattern="0?[0-9]|1[0-9]|2[0-3]">
</div>

<div class="input-group-append px-0 col-2">
<div class="px-0 col-2">
<input type="text" class="form-control" inputmode="numeric" id="minutes" name="minutes" placeholder="Mins" min="0" max="59" pattern="[0-5]?[0-9]">
</div>

Expand Down

0 comments on commit 2202f31

Please sign in to comment.