From d35aa2b0219acd5fdf22f758b3e452d19dc8dd5c Mon Sep 17 00:00:00 2001 From: Ben Ogle Date: Mon, 23 Sep 2013 15:05:01 -0700 Subject: [PATCH] Center the mini editors --- static/editor.less | 1 + 1 file changed, 1 insertion(+) diff --git a/static/editor.less b/static/editor.less index 912f9503d..f218c7978 100644 --- a/static/editor.less +++ b/static/editor.less @@ -178,5 +178,6 @@ .scroll-view { overflow: hidden; + top: 1px; } }