diff --git a/public/app/features/dashboard-scene/scene/DashboardControls.tsx b/public/app/features/dashboard-scene/scene/DashboardControls.tsx index d2b80340dfc..16be88595d9 100644 --- a/public/app/features/dashboard-scene/scene/DashboardControls.tsx +++ b/public/app/features/dashboard-scene/scene/DashboardControls.tsx @@ -246,6 +246,7 @@ function getStyles(theme: GrafanaTheme2) { position: 'relative', width: '100%', marginLeft: 'auto', + display: 'inline-block', [theme.breakpoints.down('sm')]: { flexDirection: 'column-reverse', alignItems: 'stretch',