From 48a2ab38292eefaf5b224ac18d3f2dd7fed14aaa Mon Sep 17 00:00:00 2001 From: davidgisbey Date: Wed, 15 Jun 2022 10:34:24 +0100 Subject: [PATCH] Make the national applicability banner full width At the moment this renders at 2/3 width and looks a bit clunky. --- app/views/content_items/html_publication.html.erb | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/app/views/content_items/html_publication.html.erb b/app/views/content_items/html_publication.html.erb index e8a29236c..496e0f2a9 100644 --- a/app/views/content_items/html_publication.html.erb +++ b/app/views/content_items/html_publication.html.erb @@ -44,15 +44,10 @@ <%= render 'shared/history_notice', content_item: @content_item %> <%= render 'govuk_publishing_components/components/notice', @content_item.withdrawal_notice_component %> - -
-
- <%= render "govuk_publishing_components/components/devolved_nations", { - national_applicability: @content_item.national_applicability || {}, - type: @content_item.schema_name - } %> -
-
+<%= render "govuk_publishing_components/components/devolved_nations", { + national_applicability: @content_item.national_applicability || {}, + type: @content_item.schema_name +} %>