From d502666c7a992813679687b599b4f1427bd65b99 Mon Sep 17 00:00:00 2001
From: Jared Hancock <jared@osticket.com>
Date: Wed, 16 Apr 2014 10:44:45 -0500
Subject: [PATCH] ui: Fixup unnecessary extra spacing in thread body

---
 css/thread.css | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/css/thread.css b/css/thread.css
index 14c0c694d..6a9ebbd38 100644
--- a/css/thread.css
+++ b/css/thread.css
@@ -410,7 +410,6 @@
     margin-bottom: 0 !important;
 }
 
-.thread-body > div div:not(.caption),
 .thread-body p,
 .thread-body ul,
 .thread-body ol,
@@ -419,7 +418,7 @@
 .thread-body blockquote,
 .thread-body pre {
 	margin: 0;
-	margin-bottom: 10px !important;
+	margin-bottom: 10px;
 	border: none;
 	background: none !important;
 	box-shadow: none !important;
-- 
GitLab