From b6c6b52dac213159ab7a2318c345c01a5286a3b5 Mon Sep 17 00:00:00 2001 From: Joe <49767913+joebudi@users.noreply.github.com> Date: Sun, 21 Feb 2021 12:04:36 +0000 Subject: [PATCH] initial spacing improvements and border adjustments additional spacing added border added to main nav font-size adjustments --- .../components/integration/QueryViewer.svelte | 26 ++++++++++++------- .../[application]/automate/_layout.svelte | 1 + .../pages/[application]/data/_layout.svelte | 1 + .../[selectedDatasource]/[query]/index.svelte | 2 +- .../[selectedDatasource]/index.svelte | 21 ++++++++------- 5 files changed, 32 insertions(+), 19 deletions(-) diff --git a/packages/builder/src/components/integration/QueryViewer.svelte b/packages/builder/src/components/integration/QueryViewer.svelte index 0c3e687328..1f3585f3a0 100644 --- a/packages/builder/src/components/integration/QueryViewer.svelte +++ b/packages/builder/src/components/integration/QueryViewer.svelte @@ -133,14 +133,15 @@
Query {integrationInfo?.friendlyName}
+ Config Provide a name for your query and select its function. - +
- + {#if queryConfig}
@@ -152,7 +153,10 @@ {/each}
+
+ +
{/if} @@ -160,20 +164,22 @@ {#if shouldShowQueryConfig}
+ +
Fields Fill in the fields specific to this query. + - -
- + +
- Query Results + Query Results
{/if} + +