diff options
author | Raphael Kabo <raphaelkabo@hey.com> | 2023-10-08 13:04:17 +0100 |
---|---|---|
committer | Raphael Kabo <raphaelkabo@hey.com> | 2023-10-08 13:04:17 +0100 |
commit | af01cfb27b5b0e82c27a81a027c65a52f5996859 (patch) | |
tree | 838cd079f3ded0b6d77ff128f74ef27aee96f068 /views/partials | |
parent | c22a5d94e75aab1665655bf5c632077fbd24e802 (diff) |
Fix spacing
Diffstat (limited to 'views/partials')
-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> |