mirror of
https://github.com/ansible/awx.git
synced 2026-03-03 09:48:51 -03:30
Changing CodeMirror font back to monospace
previously I had set it to Open Sans to match the rest of Tower.
This commit is contained in:
@@ -265,7 +265,6 @@
|
|||||||
|
|
||||||
.CodeMirror{
|
.CodeMirror{
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
font-family: 'Open Sans';
|
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
color: @field-input-text;
|
color: @field-input-text;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user