From d0ba644355f47d864da7190939913c0935325f50 Mon Sep 17 00:00:00 2001 From: David Date: Mon, 23 Dec 2019 19:53:42 +0100 Subject: [PATCH] Promtheus: Fix hint and error display for query rows (#21242) - prometheus explore editor introduced new styles for the hint display - when multiple rows are rendered the hints are covered because they are forced to have 0 height - this change removes the 0-height --- public/sass/pages/_explore.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/public/sass/pages/_explore.scss b/public/sass/pages/_explore.scss index 8f833329e69..8167c7bb3e7 100644 --- a/public/sass/pages/_explore.scss +++ b/public/sass/pages/_explore.scss @@ -278,7 +278,6 @@ } .query-row-break { - height: 0; flex-basis: 100%; }