From 9822dcf137590c8aeaa250f6fa5dd1fe4c592bcb Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Tue, 14 Oct 2014 16:56:43 -0700 Subject: [PATCH] we don't want a max-width on html email tables --- lib/email/styles.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/email/styles.rb b/lib/email/styles.rb index 55ab702fd89..3cc891e94e3 100644 --- a/lib/email/styles.rb +++ b/lib/email/styles.rb @@ -54,7 +54,7 @@ module Email style('.previous-discussion', 'font-size: 17px; color: #444;') style('.notification-date', "text-align:right;color:#999999;padding-right:5px;font-family:'lucida grande',tahoma,verdana,arial,sans-serif;font-size:11px") style('.username', "font-size:13px;font-family:'lucida grande',tahoma,verdana,arial,sans-serif;color:#3b5998;text-decoration:none;font-weight:bold") - style('.post-wrapper', "margin-bottom:25px;max-width:761px") + style('.post-wrapper', "margin-bottom:25px;") style('.user-avatar', 'vertical-align:top;width:55px;') style('.user-avatar img', nil, width: '45', height: '45') style('hr', 'background-color: #ddd; height: 1px; border: 1px;')