Skip to content

Commit cfecd66

Browse files
committed
Console: GQL fallback to monospace
1 parent e55ab71 commit cfecd66

File tree

1 file changed

+1
-1
lines changed
  • packages/console/src/App/Stage/GraphQL

1 file changed

+1
-1
lines changed

packages/console/src/App/Stage/GraphQL/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ export function Explorer() {
116116
JSON.stringify({
117117
endpoint: selected.data.url,
118118
settings: {
119-
"editor.fontFamily": "'Jetbrains Mono'",
119+
"editor.fontFamily": "'Jetbrains Mono', monospace",
120120
"editor.theme": dm.enabled ? "dark" : "light",
121121
"schema.polling.endpointFilter": "*",
122122
},

0 commit comments

Comments
 (0)