From e43fafd96e493f5463964c344b7d62bffdd365ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Tue, 22 Jan 2019 10:46:21 +0100 Subject: [PATCH] Explore: mini styling fix for angular query editors --- public/app/features/explore/QueryEditor.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/features/explore/QueryEditor.tsx b/public/app/features/explore/QueryEditor.tsx index 7bca9cab99b..266e6fb42df 100644 --- a/public/app/features/explore/QueryEditor.tsx +++ b/public/app/features/explore/QueryEditor.tsx @@ -73,6 +73,6 @@ export default class QueryEditor extends PureComponent { } render() { - return
(this.element = element)} style={{ width: '100%' }} />; + return
(this.element = element)} style={{ width: '100%' }} />; } }