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
pull/63639/head
Torkel Ödegaard 3 years ago committed by GitHub
parent 06d7619282
commit 85c81ae080
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      public/app/features/scenes/dashboard/DashboardScene.tsx

@ -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),
}), }),
}; };
} }

Loading…
Cancel
Save