mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 09:27:36 -02:30
fix job results codemirror non-mono font
This commit is contained in:
@@ -2247,6 +2247,10 @@ html input[disabled] {
|
|||||||
cursor: not-allowed;
|
cursor: not-allowed;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.CodeMirror {
|
||||||
|
font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
|
||||||
|
}
|
||||||
|
|
||||||
.CodeMirror--disabled .CodeMirror.cm-s-default,
|
.CodeMirror--disabled .CodeMirror.cm-s-default,
|
||||||
.CodeMirror--disabled .CodeMirror-line {
|
.CodeMirror--disabled .CodeMirror-line {
|
||||||
background-color: #f6f6f6;
|
background-color: #f6f6f6;
|
||||||
|
|||||||
Reference in New Issue
Block a user