Commit f13f54c8 by Andrej Ocenas Committed by GitHub

Explore: Fix query rows styles (#23973)

parent 8de606aa
......@@ -76,6 +76,7 @@ const getStyles = stylesFactory((theme: GrafanaTheme) => {
label: queryContainer;
// Need to override normal css class and don't want to count on ordering of the classes in html.
height: auto !important;
flex: unset !important;
padding: ${theme.panelPadding}px;
`,
};
......
......@@ -13,7 +13,7 @@ exports[`Explore should render component 1`] = `
className="explore-container"
>
<div
className="panel-container css-1695s01-queryContainer"
className="panel-container css-kj45dn-queryContainer"
>
<QueryRows
exploreEvents={
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment