diff --git a/lib/email/styles.rb b/lib/email/styles.rb index 89398ed60b..c848a5403e 100644 --- a/lib/email/styles.rb +++ b/lib/email/styles.rb @@ -111,7 +111,7 @@ module Email def correct_first_body_margin @fragment.css('.body p').each do |element| - element['style'] = "margin-top:0;" + element['style'] = "margin-top:0; border: 0;" end end