From 8518d40d63f35929bd6f63399a7413304652b5f1 Mon Sep 17 00:00:00 2001 From: Paul Robert Lloyd Date: Thu, 23 Jun 2022 12:56:12 +0100 Subject: [PATCH] Add auto spacing to main wrapper (#693) --- app/views/layouts/application.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index e71f828be..cd71ae510 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -74,7 +74,7 @@ <%= content_for(:breadcrumbs) %> <%= content_for(:before_content) %> -
+
<% if flash.notice && !flash.notice.include?("translation missing") %> <%= govuk_notification_banner( title_text: "Success",