From f59b3ad886d381e5881eb3723dc8c028d4942f7b Mon Sep 17 00:00:00 2001 From: John Mitchell Date: Tue, 21 Feb 2017 14:53:18 -0500 Subject: [PATCH] fix job results codemirror non-mono font --- awx/ui/client/legacy-styles/ansible-ui.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/awx/ui/client/legacy-styles/ansible-ui.less b/awx/ui/client/legacy-styles/ansible-ui.less index 825576f8c8..4cc306cb36 100644 --- a/awx/ui/client/legacy-styles/ansible-ui.less +++ b/awx/ui/client/legacy-styles/ansible-ui.less @@ -2247,6 +2247,10 @@ html input[disabled] { cursor: not-allowed; } +.CodeMirror { + font-family: Monaco, Menlo, Consolas, "Courier New", monospace; +} + .CodeMirror--disabled .CodeMirror.cm-s-default, .CodeMirror--disabled .CodeMirror-line { background-color: #f6f6f6;