Skip to content

Commit

Permalink
Make the national applicability banner full width
Browse files Browse the repository at this point in the history
At the moment this renders at 2/3 width and looks a bit clunky.
  • Loading branch information
davidgisbey committed Jun 15, 2022
1 parent 6556691 commit 48a2ab3
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions app/views/content_items/html_publication.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,10 @@

<%= render 'shared/history_notice', content_item: @content_item %>
<%= render 'govuk_publishing_components/components/notice', @content_item.withdrawal_notice_component %>

<div class="govuk-grid-row">
<div class="govuk-grid-column-two-thirds">
<%= render "govuk_publishing_components/components/devolved_nations", {
national_applicability: @content_item.national_applicability || {},
type: @content_item.schema_name
} %>
</div>
</div>
<%= render "govuk_publishing_components/components/devolved_nations", {
national_applicability: @content_item.national_applicability || {},
type: @content_item.schema_name
} %>

<div
class="govuk-grid-row sidebar-with-body"
Expand Down

0 comments on commit 48a2ab3

Please sign in to comment.