From d7a3f91b3c4bd10878712ed382d94773a3603c1e Mon Sep 17 00:00:00 2001 From: Daniel Lee Date: Mon, 14 Jan 2019 17:25:43 +0100 Subject: [PATCH] stackdriver: fixes space before caret icon in query editor --- .../plugins/datasource/stackdriver/components/Help.tsx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/public/app/plugins/datasource/stackdriver/components/Help.tsx b/public/app/plugins/datasource/stackdriver/components/Help.tsx index 43cbe13e334..c50beae02b3 100644 --- a/public/app/plugins/datasource/stackdriver/components/Help.tsx +++ b/public/app/plugins/datasource/stackdriver/components/Help.tsx @@ -40,17 +40,15 @@ export class Help extends React.Component {
this.onHelpClicked()}> -
{rawQuery && (
this.onRawQueryClicked()}>
)}