Skip to content

Commit

Permalink
Fix small spacing regression on wide screens
Browse files Browse the repository at this point in the history
  • Loading branch information
mlandauer committed Feb 14, 2024
1 parent e98cca2 commit fdd3db3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/_tailwind/comments/preview.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<p>To: <%= @comment.application.comment_email_with_fallback %></p>
<p>Subject: <%= t("comment_mailer.notify_authority.subject", council_reference: @comment.application.council_reference) %></p>

<div class="mt-8 prose prose-xl prose-tr:border-none prose-hr:border-[#ccc] prose-td:py-0 prose-th:w-56 prose-table:text-xl prose-tr:flex sm:prose-tr:table-row prose-tr:flex-col prose-td:pl-0">
<div class="mt-8 prose prose-xl prose-tr:border-none prose-hr:border-[#ccc] prose-td:py-0 prose-th:w-56 prose-table:text-xl prose-tr:flex sm:prose-tr:table-row prose-tr:flex-col prose-td:pl-0 sm:prose-td:pl-3">
<%= render "comment_mailer/notify_authority", comment: @comment %>
</div>
</div>
Expand Down

0 comments on commit fdd3db3

Please sign in to comment.