From e502183f4821bf3e18fc54ef137681048612d786 Mon Sep 17 00:00:00 2001 From: John O'Nolan Date: Fri, 26 Sep 2014 20:35:10 +0200 Subject: [PATCH] Fix relative em sizing bug --- core/client/assets/sass/layouts/editor.scss | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/core/client/assets/sass/layouts/editor.scss b/core/client/assets/sass/layouts/editor.scss index b45f31d04b..f8d387a203 100644 --- a/core/client/assets/sass/layouts/editor.scss +++ b/core/client/assets/sass/layouts/editor.scss @@ -192,10 +192,13 @@ left: 0; right: 0; bottom: 0; - font-family: $font-family-mono; - font-size: 1.4em; - line-height: 1.56em; - color: lighten($darkgrey, 10%); + + pre { + font-size: 1.6rem; + line-height: 1.56em; + font-family: $font-family-mono; + color: lighten($darkgrey, 10%); + } .CodeMirror-focused, .CodeMirror-selected {