From fdd3db30961f3f18f26558f6c87c33bdc9b6563c Mon Sep 17 00:00:00 2001 From: Matthew Landauer Date: Wed, 14 Feb 2024 05:42:42 +0000 Subject: [PATCH] Fix small spacing regression on wide screens --- app/views/_tailwind/comments/preview.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/_tailwind/comments/preview.html.erb b/app/views/_tailwind/comments/preview.html.erb index 53e10fb23..cebb2ae6e 100644 --- a/app/views/_tailwind/comments/preview.html.erb +++ b/app/views/_tailwind/comments/preview.html.erb @@ -53,7 +53,7 @@

To: <%= @comment.application.comment_email_with_fallback %>

Subject: <%= t("comment_mailer.notify_authority.subject", council_reference: @comment.application.council_reference) %>

-
+
<%= render "comment_mailer/notify_authority", comment: @comment %>