PanelEdit: Add gap between variables, like in Dashboard view (#48718)

This commit is contained in:
Josh Hunt 2022-05-05 09:42:39 +01:00 committed by GitHub
parent abb1618291
commit 1cd9175075
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -509,6 +509,7 @@ export const getStyles = stylesFactory((theme: GrafanaTheme2, props: Props) => {
display: flex;
flex-grow: 1;
flex-wrap: wrap;
gap: ${theme.spacing(1, 2)};
`,
panelWrapper: css`
flex: 1 1 0;