From ec54d250d34403380d92d8a9d11602ad24bf981b Mon Sep 17 00:00:00 2001 From: sea-kelp <66500457+sea-kelp@users.noreply.github.com> Date: Wed, 26 Jun 2024 19:47:39 -0700 Subject: [PATCH] Add padding above button --- OpenOversight/app/templates/add_officer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenOversight/app/templates/add_officer.html b/OpenOversight/app/templates/add_officer.html index 7f0244f6e..0da1df218 100644 --- a/OpenOversight/app/templates/add_officer.html +++ b/OpenOversight/app/templates/add_officer.html @@ -54,7 +54,7 @@

{% endfor %} - {{ wtf.render_field(form.submit, id="submit", button_map={'submit':'primary'}) }} +
{{ wtf.render_field(form.submit, id="submit", button_map={'submit':'primary'}) }}