mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
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:
parent
bc10a69626
commit
d0ba644355
@ -278,7 +278,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.query-row-break {
|
.query-row-break {
|
||||||
height: 0;
|
|
||||||
flex-basis: 100%;
|
flex-basis: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user