From 6142e400e9c6840e7f8f0601a2b6dcdcef69a8b6 Mon Sep 17 00:00:00 2001
From: Jared Hancock <jared@osticket.com>
Date: Wed, 22 Apr 2015 17:22:03 -0500
Subject: [PATCH] redactor: Fix misplaced placeholder

---
 css/redactor.css | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/css/redactor.css b/css/redactor.css
index 46c298067..54222c9a1 100644
--- a/css/redactor.css
+++ b/css/redactor.css
@@ -124,16 +124,16 @@ body .redactor-box-fullscreen {
 }
 .redactor-placeholder:after {
   position: absolute;
-  top: 20px;
-  left: 20px;
+  top: 10px;
+  left: 10px;
   content: attr(placeholder);
   color: #999 !important;
   font-weight: normal !important;
 }
 /* Placeholder in linebreaks mode */
 .redactor-linebreaks.redactor-placeholder:after {
-  top: 20px;
-  left: 20px;
+  top: 10px;
+  left: 10px;
 }
 /*
 	Toolbar
-- 
GitLab