diff --git a/app/views/user_notifications/digest.html.erb b/app/views/user_notifications/digest.html.erb
index 4367821cb02..84db1389c34 100644
--- a/app/views/user_notifications/digest.html.erb
+++ b/app/views/user_notifications/digest.html.erb
@@ -21,6 +21,7 @@
<%- @featured_topics.each_with_index do |t, i| %>
<%= link_to t.title, "#{Discourse.base_url}#{t.relative_url}" %>
+
<%= email_category(t.category) %>
diff --git a/lib/email/styles.rb b/lib/email/styles.rb
index b3cbeac05a8..c031a6caafa 100644
--- a/lib/email/styles.rb
+++ b/lib/email/styles.rb
@@ -136,7 +136,7 @@ module Email
style('pre', 'word-wrap: break-word; max-width: 694px;')
style('code', 'background-color: #f1f1ff; padding: 2px 5px;')
style('pre code', 'display: block; background-color: #f1f1ff; padding: 5px;')
- style('.featured-topic a', 'text-decoration: none; font-weight: bold; color: #006699; margin-right: 5px')
+ style('.featured-topic a', 'text-decoration: none; font-weight: bold; color: #006699; line-height:2em;')
onebox_styles
plugin_styles