From f78fbc6e3656bdf84cdf526d9f75ebdc89ceab6d Mon Sep 17 00:00:00 2001 From: nightwing Date: Thu, 10 Jan 2013 13:36:21 +0400 Subject: [PATCH] do not set font size on editor, to not create weird combinations of inherited line height and own font size --- lib/ace/css/editor.css | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/ace/css/editor.css b/lib/ace/css/editor.css index 73702bdf..934b6905 100644 --- a/lib/ace/css/editor.css +++ b/lib/ace/css/editor.css @@ -2,7 +2,6 @@ position: absolute; overflow: hidden; font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', 'Consolas', 'source-code-pro', monospace; - font-size: 12px; } .ace_scroller {