From d95016307a7ff92fc02a5b6b39c893e3ba39817d Mon Sep 17 00:00:00 2001 From: Corey Johnson & Nathan Sobo Date: Mon, 15 Apr 2013 18:17:02 -0600 Subject: [PATCH] Fix mini-editor appearance by clearing styles on hidden input. --- static/editor.less | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/editor.less b/static/editor.less index e2d66e56e..3ca953de9 100644 --- a/static/editor.less +++ b/static/editor.less @@ -162,6 +162,8 @@ } .editor .hidden-input { + padding: 0; + border: 0; position: absolute; z-index: -1; top: 0;