add form class which adds margin-bottom to offset the action-group-footer height

This commit is contained in:
leigh-mil
2020-02-06 13:55:05 -05:00
parent 4c3de07684
commit a379074ebf
9 changed files with 12 additions and 7 deletions

View File

@@ -22,7 +22,7 @@
{% include "fragments/flash.html" %}
<base-form inline-template :enable-save="true">
<form method="POST" action="{{ action }}" v-on:submit="handleSubmit">
<form method="POST" action="{{ action }}" v-on:submit="handleSubmit" class="form">
{{ form.csrf_token }}
<div class="form-row">
<div class="form-col">