diff --git a/public/app/features/scenes/dashboard/DashboardScene.tsx b/public/app/features/scenes/dashboard/DashboardScene.tsx index 5990086af42..5ab637c8f10 100644 --- a/public/app/features/scenes/dashboard/DashboardScene.tsx +++ b/public/app/features/scenes/dashboard/DashboardScene.tsx @@ -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), }), }; }