Style: Fix for Flex compatibility in lower versions of browsers (#36913)

This commit is contained in:
MicahChiu 2021-08-03 18:32:53 +08:00 committed by GitHub
parent 9934c883cc
commit c2247f51e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -54,6 +54,7 @@ const getStyles = stylesFactory((theme: GrafanaTheme) => {
// 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;
display: unset !important;
padding: ${theme.panelPadding}px;
`,
};

View File

@ -12,7 +12,7 @@ exports[`Explore should render component 1`] = `
className="explore-container"
>
<div
className="panel-container css-kj45dn-queryContainer"
className="panel-container css-18dr9jf-queryContainer"
>
<QueryRows
exploreId="left"