From 683a27bf8b32d37d06a8be62601cce4305c962a7 Mon Sep 17 00:00:00 2001 From: Tobias Skarhed <1438972+tskarhed@users.noreply.github.com> Date: Tue, 15 Jul 2025 10:47:41 +0200 Subject: [PATCH] Scopes: Fix height pixels for recent scopes (#108103) Recent scopes to pixel perfection --- public/app/features/scopes/selector/RecentScopes.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/public/app/features/scopes/selector/RecentScopes.tsx b/public/app/features/scopes/selector/RecentScopes.tsx index e8bc2633398..da7d2070954 100644 --- a/public/app/features/scopes/selector/RecentScopes.tsx +++ b/public/app/features/scopes/selector/RecentScopes.tsx @@ -73,5 +73,6 @@ const getStyles = (theme: GrafanaTheme2) => ({ }), legend: css({ marginBottom: 0, + padding: `${theme.spacing(0.5)} 0`, }), });