Scenes: Variables minor style fix for spacing & margin (#63643)

* Table: Fixes logic for when adhoc filters are shown

* Scene: Variables minor style fix

* rever unrelated change
This commit is contained in:
Torkel Ödegaard
2023-02-23 15:41:43 +01:00
committed by GitHub
parent 06d7619282
commit 85c81ae080

View File

@@ -87,8 +87,10 @@ function getStyles(theme: GrafanaTheme2) {
}), }),
controls: css({ controls: css({
display: 'flex', display: 'flex',
gap: theme.spacing(1), paddingBottom: theme.spacing(2),
flexWrap: 'wrap',
alignItems: 'center', alignItems: 'center',
gap: theme.spacing(1),
}), }),
}; };
} }