From 11944adc9cf509c4e8ba4314a4a6d032db0bf074 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=A4ggmark?= Date: Fri, 18 Jan 2019 12:03:16 +0100 Subject: [PATCH] fix: Hack for getting the same height in splitted view, view could use refactor IMHO #14853 --- public/app/features/explore/Explore.tsx | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/public/app/features/explore/Explore.tsx b/public/app/features/explore/Explore.tsx index d77448c10d7..b6f57a76004 100644 --- a/public/app/features/explore/Explore.tsx +++ b/public/app/features/explore/Explore.tsx @@ -242,11 +242,14 @@ export class Explore extends React.PureComponent { ) : ( -
- -
+ <> +
+
+ +
+ )} {!datasourceMissing ? (
@@ -274,7 +277,11 @@ export class Explore extends React.PureComponent {