diff --git a/public/app/features/dashboard-scene/scene/DashboardLinkRenderer.tsx b/public/app/features/dashboard-scene/scene/DashboardLinkRenderer.tsx index d2571314782..92ea9aa473f 100644 --- a/public/app/features/dashboard-scene/scene/DashboardLinkRenderer.tsx +++ b/public/app/features/dashboard-scene/scene/DashboardLinkRenderer.tsx @@ -63,7 +63,6 @@ function getStyles(theme: GrafanaTheme2) { display: 'inline-flex', alignItems: 'center', verticalAlign: 'middle', - marginBottom: theme.spacing(1), }), }; } diff --git a/public/app/features/dashboard-scene/scene/DashboardLinksControls.tsx b/public/app/features/dashboard-scene/scene/DashboardLinksControls.tsx index 46fcf64d121..d95c54440c9 100644 --- a/public/app/features/dashboard-scene/scene/DashboardLinksControls.tsx +++ b/public/app/features/dashboard-scene/scene/DashboardLinksControls.tsx @@ -39,6 +39,8 @@ function getStyles(theme: GrafanaTheme2) { display: 'inline-flex', gap: theme.spacing(1), marginRight: theme.spacing(1), + marginBottom: theme.spacing(1), + flexWrap: 'wrap', }), }; } diff --git a/public/app/features/dashboard/components/SubMenu/DashboardLinksDashboard.tsx b/public/app/features/dashboard/components/SubMenu/DashboardLinksDashboard.tsx index ae5cffb9b31..f2d0d9e026f 100644 --- a/public/app/features/dashboard/components/SubMenu/DashboardLinksDashboard.tsx +++ b/public/app/features/dashboard/components/SubMenu/DashboardLinksDashboard.tsx @@ -181,7 +181,6 @@ function getStyles(theme: GrafanaTheme2) { display: 'inline-flex', alignItems: 'center', verticalAlign: 'middle', - marginBottom: theme.spacing(1), }), }; }