diff --git a/app/assets/stylesheets/components/page-footer.scss b/app/assets/stylesheets/components/page-footer.scss
index 5354d8901..2d668b5a5 100644
--- a/app/assets/stylesheets/components/page-footer.scss
+++ b/app/assets/stylesheets/components/page-footer.scss
@@ -42,6 +42,7 @@
&-delete-link-without-button {
@include core-19;
padding-left: 0;
+ display: inline-block;
}
&-secondary-link {
diff --git a/app/templates/views/templates/template.html b/app/templates/views/templates/template.html
index 436d4ab60..fb98e8a90 100644
--- a/app/templates/views/templates/template.html
+++ b/app/templates/views/templates/template.html
@@ -50,14 +50,16 @@
{% endif %}
{% if current_user.has_permissions(permissions=['manage_templates'], admin_override=True) %}
-