diff options
Diffstat (limited to 'views')
-rw-r--r-- | views/partials/importeventform.handlebars | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/partials/importeventform.handlebars b/views/partials/importeventform.handlebars index 83bd6c4..13fd2ac 100644 --- a/views/partials/importeventform.handlebars +++ b/views/partials/importeventform.handlebars @@ -37,5 +37,5 @@ </div> </div> </div> - <button type="submit" class="d-block mt-3 mx-auto btn btn-primary w-50">Import</button> + <button type="submit" class="d-block mt-3 mx-auto btn btn-primary w-50 mb-4">Import</button> </form> |