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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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