Scopes: Fix height pixels for recent scopes (#108103)

Recent scopes to pixel perfection
This commit is contained in:
Tobias Skarhed
2025-07-15 08:47:41 +00:00
committed by GitHub
parent db7087fdfc
commit 683a27bf8b
@@ -73,5 +73,6 @@ const getStyles = (theme: GrafanaTheme2) => ({
}),
legend: css({
marginBottom: 0,
padding: `${theme.spacing(0.5)} 0`,
}),
});