From d98c0f5b22b02348f4b52239e7f003831754bc9c Mon Sep 17 00:00:00 2001
From: Jared Hancock <jared@osticket.com>
Date: Mon, 21 Oct 2013 15:37:59 +0000
Subject: [PATCH] Show lines closer together in the redactor editor

---
 css/redactor.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/css/redactor.css b/css/redactor.css
index 6a5c8df81..b179cfd42 100644
--- a/css/redactor.css
+++ b/css/redactor.css
@@ -82,7 +82,7 @@ body .redactor_box_fullscreen {
 .redactor_editor blockquote,
 .redactor_editor pre {
 	font-size: 15px;
-	line-height: 1.5rem;
+	line-height: 1.25rem;
 }
 
 .redactor_editor,
-- 
GitLab