summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphael Kabo <raphaelkabo@hey.com>2023-10-08 13:04:17 +0100
committerRaphael Kabo <raphaelkabo@hey.com>2023-10-08 13:04:17 +0100
commitaf01cfb27b5b0e82c27a81a027c65a52f5996859 (patch)
tree838cd079f3ded0b6d77ff128f74ef27aee96f068
parentc22a5d94e75aab1665655bf5c632077fbd24e802 (diff)
Fix spacing
-rw-r--r--views/partials/importeventform.handlebars2
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>