AdminOnSteroids icon indicating copy to clipboard operation
AdminOnSteroids copied to clipboard

GraphQL Monospace Font Issue - .CodeMirror-lines *

Open brettwilcox opened this issue 4 years ago • 0 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;
}

brettwilcox avatar Jun 12 '20 16:06 brettwilcox