From e90717330bdc1085b3ae294f590d412ce5996867 Mon Sep 17 00:00:00 2001 From: David Trussler Date: Wed, 15 Feb 2023 15:08:55 +0000 Subject: [PATCH] Adds top margin to title component inside inverse-header --- app/views/content_items/html_publication.html.erb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/content_items/html_publication.html.erb b/app/views/content_items/html_publication.html.erb index bf88e8aa7..8e66cdd80 100644 --- a/app/views/content_items/html_publication.html.erb +++ b/app/views/content_items/html_publication.html.erb @@ -37,7 +37,8 @@ title: @content_item.title, context: I18n.t("content_item.schema_name.#{@content_item.format_sub_type}", count: 1), inverse: true, - margin_bottom: 0 + margin_bottom: 0, + margin_top: 3 %>

<%= @content_item.last_changed %>

<% end %>