From f1abbae5fd05cd20bbe97c3dd31bf2b984a4bb7f Mon Sep 17 00:00:00 2001
From: Jared Hancock <jared@osticket.com>
Date: Mon, 21 Oct 2013 15:25:20 +0000
Subject: [PATCH] Add M$ default styles for Outlook-generated email

---
 css/thread.css | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/css/thread.css b/css/thread.css
index 9623bcf25..5162cc622 100644
--- a/css/thread.css
+++ b/css/thread.css
@@ -410,3 +410,9 @@
   float: none;
   display: table-cell;
 }
+
+/* Additional style for the mighty Microsoft Office emails "standard" style */
+p.MsoNormal, li.MsoNormal, div.MsoNormal,
+p.MsoPlainText, li.MsoPlainText, div.MsoPlainText
+    {margin:0cm;
+    margin-bottom:.0001pt;}
-- 
GitLab