Skip to content

Commit

Permalink
Add padding above button
Browse files Browse the repository at this point in the history
  • Loading branch information
sea-kelp committed Jun 27, 2024
1 parent c13a8cd commit ec54d25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenOversight/app/templates/add_officer.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ <h4>
{% endfor %}
<button class="btn btn-success js-add-another-button" disabled>Add another description</button>
</div>
{{ wtf.render_field(form.submit, id="submit", button_map={'submit':'primary'}) }}
<div class="mt-3">{{ wtf.render_field(form.submit, id="submit", button_map={'submit':'primary'}) }}</div>
</form>
<br>
</div>
Expand Down

0 comments on commit ec54d25

Please sign in to comment.