From b9fd4dba3655ea23a79031ca644ddf819c3277df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Wed, 20 Jan 2021 18:26:02 +0100 Subject: [PATCH] Expressions: Fix button icon (#30444) --- public/app/features/query/components/QueryGroup.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/app/features/query/components/QueryGroup.tsx b/public/app/features/query/components/QueryGroup.tsx index 5615d24cf10..1baded560c3 100644 --- a/public/app/features/query/components/QueryGroup.tsx +++ b/public/app/features/query/components/QueryGroup.tsx @@ -316,14 +316,15 @@ export class QueryGroup extends PureComponent { )} {isAddingMixed && this.renderMixedPicker()} {this.isExpressionsSupported(dsSettings) && ( - + )}