Open brettwilcox opened 4 years ago
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; }
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.