Browse Source

Add auto spacing to main wrapper (#693)

pull/695/head
Paul Robert Lloyd 3 years ago committed by GitHub
parent
commit
8518d40d63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/views/layouts/application.html.erb

2
app/views/layouts/application.html.erb

@ -74,7 +74,7 @@
<%= content_for(:breadcrumbs) %> <%= content_for(:breadcrumbs) %>
<%= content_for(:before_content) %> <%= content_for(:before_content) %>
<main class="govuk-main-wrapper" id="main-content" role="main"> <main class="govuk-main-wrapper govuk-main-wrapper--auto-spacing" id="main-content" role="main">
<% if flash.notice && !flash.notice.include?("translation missing") %> <% if flash.notice && !flash.notice.include?("translation missing") %>
<%= govuk_notification_banner( <%= govuk_notification_banner(
title_text: "Success", title_text: "Success",

Loading…
Cancel
Save