doorcontrol: Add min-width to "items per page" to fix Safari styling
All checks were successful
Ruff / ruff (push) Successful in 22s

This commit is contained in:
Adam Goldsmith 2024-02-10 00:17:22 -05:00
parent 3f928ce40f
commit 9c071750f5

View File

@ -68,6 +68,7 @@
max="200"
step="10"
size="10"
style="min-width: 9em"
required>
<label for="itemsPerPage">Items Per Page</label>
</div>