mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Explore: Fix query rows styles (#23973)
This commit is contained in:
@@ -76,6 +76,7 @@ const getStyles = stylesFactory((theme: GrafanaTheme) => {
|
|||||||
label: queryContainer;
|
label: queryContainer;
|
||||||
// Need to override normal css class and don't want to count on ordering of the classes in html.
|
// Need to override normal css class and don't want to count on ordering of the classes in html.
|
||||||
height: auto !important;
|
height: auto !important;
|
||||||
|
flex: unset !important;
|
||||||
padding: ${theme.panelPadding}px;
|
padding: ${theme.panelPadding}px;
|
||||||
`,
|
`,
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ exports[`Explore should render component 1`] = `
|
|||||||
className="explore-container"
|
className="explore-container"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
className="panel-container css-1695s01-queryContainer"
|
className="panel-container css-kj45dn-queryContainer"
|
||||||
>
|
>
|
||||||
<QueryRows
|
<QueryRows
|
||||||
exploreEvents={
|
exploreEvents={
|
||||||
|
|||||||
Reference in New Issue
Block a user