doorcontrol: Fix size of "items per page" input in reports

This commit is contained in:
Adam Goldsmith 2024-02-08 10:45:08 -05:00
parent bbd4d8d700
commit 37feea9623

View File

@ -48,6 +48,7 @@
min="10" min="10"
max="200" max="200"
step="10" step="10"
size="10"
required> required>
<label for="itemsPerPage">Items Per Page</label> <label for="itemsPerPage">Items Per Page</label>
</div> </div>