From 7593b8839a21e202910bc06d978e932a1a8e9146 Mon Sep 17 00:00:00 2001
From: Aidan Cornelius-Bell <aidan@cornelius-bell.com>
Date: Mon, 13 Jan 2025 13:55:14 +1030
Subject: [PATCH] Digest email: make the ML summary (if present) a bit more
 comfortable visually

---
 app/views/digest_mailer/weekly_bookmarks_digest.html.erb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/app/views/digest_mailer/weekly_bookmarks_digest.html.erb b/app/views/digest_mailer/weekly_bookmarks_digest.html.erb
index 9d4143a..cf15290 100644
--- a/app/views/digest_mailer/weekly_bookmarks_digest.html.erb
+++ b/app/views/digest_mailer/weekly_bookmarks_digest.html.erb
@@ -59,9 +59,11 @@
             <% end %>
 
             <% if item.summary? && (!@user&.hide_ai_summaries?) %>
+              <br>
               <blockquote class="excerpt">
                 <strong>ML Summary:</strong> <%= item.summary %>
               </blockquote>
+              <br>
             <% end %>
 
             <span class="meta">
-- 
2.39.5