mirror of
https://github.com/ansible/awx.git
synced 2026-03-03 17:51:06 -03:30
fix job results codemirror non-mono font
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user