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
This commit is contained in:
David 2019-12-23 19:53:42 +01:00 committed by GitHub
parent bc10a69626
commit d0ba644355
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -278,7 +278,6 @@
} }
.query-row-break { .query-row-break {
height: 0;
flex-basis: 100%; flex-basis: 100%;
} }