diff --git a/app/views/custom_fields/_form.html.erb b/app/views/custom_fields/_form.html.erb index 4aded3ec875..f9e75001b65 100644 --- a/app/views/custom_fields/_form.html.erb +++ b/app/views/custom_fields/_form.html.erb @@ -58,16 +58,17 @@ See COPYRIGHT and LICENSE files for more details. 'admin--custom-fields-target': 'format' } %> - -
> - <%= angular_component_tag "opce-enterprise-banner", - inputs: { - collapsible: true, - opReferrer: "custom-field-hierarchy", - textMessage: "PLACEHOLDER - upgrade to Starkiller Base", - moreInfoLink: OpenProject::Static::Links.links[:enterprise_docs][:boards][:href] - } - %> +
> + <%= angular_component_tag "opce-enterprise-banner", + inputs: { + collapsible: true, + topMargin: true, + opReferrer: "custom-field-hierarchy", + textMessage: "PLACEHOLDER - upgrade to Starkiller Base", + moreInfoLink: OpenProject::Static::Links.links[:enterprise_docs][:boards][:href] + } + %> +
>