[release-12.3.1] Dashboards: Fix margin of time controls (#114758)

Dashboards: Fix margin of time controls (#114345)

(cherry picked from commit 258173ea94)

Co-authored-by: Oscar Kilhed <oscar.kilhed@grafana.com>
This commit is contained in:
grafana-delivery-bot[bot]
2025-12-03 10:31:54 +00:00
committed by GitHub
co-authored by Oscar Kilhed
parent 6c1aba662e
commit 567f2f79f8
@@ -236,6 +236,7 @@ function getStyles(theme: GrafanaTheme2) {
display: 'flex',
justifyContent: 'flex-end',
gap: theme.spacing(1),
marginBottom: theme.spacing(1),
}),
rightControlsWrap: css({
flexWrap: 'wrap',