rolandtoth / AdminOnSteroids

Various ProcessWire admin tweaks to boost productivity.

Home Page:https://processwire.com/talk/topic/13389-adminonsteroids/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GraphQL Monospace Font Issue - .CodeMirror-lines *

brettwilcox opened this issue · comments

I am having an issue with the following CSS where it is causing GraphQL to use use a non monospace font without any way to override that I can find. I would like to see the !important removed from everything in this style so I can override.

.CodeMirror-lines * {
  font-size: 0.96rem !important;
  font-family: -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif !important;
}