From acf48595f39f711ef57c32fc5a0354a6892816b0 Mon Sep 17 00:00:00 2001 From: Daniel Gasienica Date: Mon, 5 Mar 2018 18:01:33 -0500 Subject: [PATCH] Show log in a monospaced font Makes it easier for users to edit it as timestamps, etc., better align. --- stylesheets/_debugLog.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/stylesheets/_debugLog.scss b/stylesheets/_debugLog.scss index 91501ba03..8374e9085 100644 --- a/stylesheets/_debugLog.scss +++ b/stylesheets/_debugLog.scss @@ -15,6 +15,9 @@ width: 100%; resize: none; min-height: 100px; + + font-family: Monaco, Consolas, 'Courier New', Courier, monospace; + font-size: 12px; } } }