NewsPanel: Fixes rendering in Safari (#34067)

Closes #34052
This commit is contained in:
kay delaney 2021-05-13 15:30:41 +01:00 committed by GitHub
parent babb17afd6
commit 1a649afdd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -124,6 +124,7 @@ const getStyles = stylesFactory((theme: GrafanaTheme2) => ({
border-bottom: 2px solid ${theme.colors.border.weak};
background: ${theme.colors.background.primary};
flex-direction: column;
flex-shrink: 0;
`,
itemWide: css`
flex-direction: row;