From 4db8d8530d578f5bda068adc2cdf0b8c12c7d977 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Jamr=C3=B3z?= Date: Mon, 7 Apr 2025 11:12:23 +0200 Subject: [PATCH] Explore: Fix displaying Query Inspector (#103512) --- .../src/components/TabbedContainer/TabbedContainer.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/grafana-ui/src/components/TabbedContainer/TabbedContainer.tsx b/packages/grafana-ui/src/components/TabbedContainer/TabbedContainer.tsx index 5e1cb77957d..7bd44f8a762 100644 --- a/packages/grafana-ui/src/components/TabbedContainer/TabbedContainer.tsx +++ b/packages/grafana-ui/src/components/TabbedContainer/TabbedContainer.tsx @@ -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),