Explore: Fix displaying Query Inspector (#103512)

This commit is contained in:
Piotr Jamróz
2025-04-07 11:12:23 +02:00
committed by GitHub
parent 271868b4f1
commit 4db8d8530d
@@ -68,6 +68,7 @@ const getStyles = (theme: GrafanaTheme2) => ({
tabContent: css({
padding: theme.spacing(2),
backgroundColor: theme.colors.background.primary,
flex: 1,
}),
tabs: css({
paddingTop: theme.spacing(0.5),