From da183a07020cb95af79661895e69fe4afb2b5b25 Mon Sep 17 00:00:00 2001 From: Andrew Melnick Date: Mon, 6 Feb 2023 09:28:23 -0700 Subject: [PATCH] Shrink code editor so explore view can show data and editor on the same screen --- src/QueryEditor.tsx | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/src/QueryEditor.tsx b/src/QueryEditor.tsx index a38984d..1a88fbe 100644 --- a/src/QueryEditor.tsx +++ b/src/QueryEditor.tsx @@ -375,13 +375,17 @@ export class QueryEditor extends PureComponent { > Aggregation - +
+ +
); }