From f3b4a889b25fc72b49dc406988efaaec74186ca8 Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Wed, 28 Dec 2016 13:56:46 -0500 Subject: [PATCH] FIX: remove extra space to the right of avatars in summary emails --- app/views/user_notifications/digest.html.erb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/user_notifications/digest.html.erb b/app/views/user_notifications/digest.html.erb index 88f613c1aaf..27a7d393106 100644 --- a/app/views/user_notifications/digest.html.erb +++ b/app/views/user_notifications/digest.html.erb @@ -138,10 +138,10 @@ body, table, td, th, h1, h2, h3 {font-family: Helvetica, Arial, sans-serif !impo - -
+ + <% if t.user %> <% if SiteSetting.enable_names? && t.user.name.present? && t.user.name.downcase != t.user.username.downcase %>
<%= t.user.name -%>
@@ -272,7 +272,7 @@ body, table, td, th, h1, h2, h3 {font-family: Helvetica, Arial, sans-serif !impo -
+