minor style fix

This commit is contained in:
Dan Janosik 2023-04-12 11:20:36 -04:00
parent 1e351f9cd6
commit f020320858
No known key found for this signature in database
GPG key ID: 70C0B166321C0AF8

View file

@ -33,7 +33,7 @@ block content
.d-inline-block.text-end
form(method="get", action="./changeSetting")
input(type="hidden", name="name", value="userTzOffset")
input(type="text", name="value", value=userTzOffset)
input.form-control(type="text", name="value", value=userTzOffset)
span.small.text-muted (Example: for New York, enter "-5")