mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 20:00:43 -03:30
fix job results codemirror non-mono font
This commit is contained in:
parent
3e122733c5
commit
f59b3ad886
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user