mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
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:
parent
06d7619282
commit
85c81ae080
@ -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),
|
||||
}),
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user