From ee3425d3be27eadb99657c6165a5fced8c7360bc Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Tue, 16 Jun 2015 20:56:09 +0100 Subject: [PATCH] Normalise ace editor font size --- editor/sass/editor.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/editor/sass/editor.scss b/editor/sass/editor.scss index d05344208..1da8603f2 100644 --- a/editor/sass/editor.scss +++ b/editor/sass/editor.scss @@ -70,6 +70,7 @@ button.input-append-right { border:1px solid #ccc; border-radius:5px; overflow: hidden; - font-size: 16px !important; + font-size: 14px !important; + font-family: monospace !important; }