Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GraphQL Monospace Font Issue - .CodeMirror-lines * #119

Open
brettwilcox opened this issue Jun 12, 2020 · 0 comments
Open

GraphQL Monospace Font Issue - .CodeMirror-lines * #119

brettwilcox opened this issue Jun 12, 2020 · 0 comments

Comments

@brettwilcox
Copy link

brettwilcox commented Jun 12, 2020

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 added a commit to scorpion/AdminOnSteroids that referenced this issue Sep 30, 2021
The font defined is overriding the graphql module causing readability issues.

rolandtoth#119
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant