From 7b4854f8af3b3ce7674ef5fc56d20ab1a2bd6b94 Mon Sep 17 00:00:00 2001 From: oscarkilhed Date: Tue, 9 Dec 2025 12:38:31 +0100 Subject: [PATCH] fix margin to rest of the dashboard --- eslint-suppressions.json | 2 +- public/app/features/dashboard-scene/scene/DashboardControls.tsx | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/eslint-suppressions.json b/eslint-suppressions.json index f90a21cb7c5..96fa771540d 100644 --- a/eslint-suppressions.json +++ b/eslint-suppressions.json @@ -4677,4 +4677,4 @@ "count": 1 } } -} +} \ No newline at end of file diff --git a/public/app/features/dashboard-scene/scene/DashboardControls.tsx b/public/app/features/dashboard-scene/scene/DashboardControls.tsx index f21a9ea01aa..195faba6690 100644 --- a/public/app/features/dashboard-scene/scene/DashboardControls.tsx +++ b/public/app/features/dashboard-scene/scene/DashboardControls.tsx @@ -250,6 +250,7 @@ function getStyles(theme: GrafanaTheme2) { opacity: 1, filter: 'unset', }, + display: 'inline-block', }), controlsPanelEdit: css({ flexWrap: 'wrap-reverse',