From 4fa7f0ca6e9a7d85e7d6b7eec76d31e6f25abbef Mon Sep 17 00:00:00 2001 From: Vadim Ogievetsky Date: Sun, 19 May 2019 16:26:01 -0700 Subject: [PATCH] Move 'Query' to the right again --- web-console/src/components/header-bar.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web-console/src/components/header-bar.tsx b/web-console/src/components/header-bar.tsx index 538f8a319fdc..523ffc22659d 100644 --- a/web-console/src/components/header-bar.tsx +++ b/web-console/src/components/header-bar.tsx @@ -160,15 +160,15 @@ export class HeaderBar extends React.Component { minimal={!loadDataPrimary} intent={loadDataPrimary ? Intent.PRIMARY : Intent.NONE} /> - + - + @@ -179,7 +179,7 @@ export class HeaderBar extends React.Component { } -