From 7f02060b9cc2deb599bfd06b20b7ff1b47b43c32 Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Thu, 18 Apr 2024 10:53:36 -0700 Subject: [PATCH] Fix horizontal scroll on GraphQL variables editor --- src-web/components/GraphQLEditor.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-web/components/GraphQLEditor.tsx b/src-web/components/GraphQLEditor.tsx index e67992bd..a330a2b4 100644 --- a/src-web/components/GraphQLEditor.tsx +++ b/src-web/components/GraphQLEditor.tsx @@ -124,7 +124,7 @@ export function GraphQLEditor({ defaultValue, onChange, baseRequest, ...extraEdi } {...extraEditorProps} /> -
+
Variables