From a359bf6a9a4efc47039f7fe1fa4d9d3a0fd73265 Mon Sep 17 00:00:00 2001
From: Jared Hancock <jared@osticket.com>
Date: Thu, 14 Nov 2013 15:19:05 -0600
Subject: [PATCH] Fix M$ styling for lists

Previously list items rendered outside the thread-body table cell
---
 css/thread.css | 1 +
 1 file changed, 1 insertion(+)

diff --git a/css/thread.css b/css/thread.css
index 2c05a61c2..1312af2f3 100644
--- a/css/thread.css
+++ b/css/thread.css
@@ -409,6 +409,7 @@
 	border: none;
 	background: none !important;
 	box-shadow: none !important;
+    text-indent: 0 !important;
 }
 
 .thread-body iframe,
-- 
GitLab