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`, }), });