From 5a004939da2ad6ba775fb76e8dfa280b402e281c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Laura=20Fern=C3=A1ndez?=
Date: Wed, 19 Mar 2025 12:02:41 +0100
Subject: [PATCH] QueryInspector: Show all buttons small screen sizes (#102292)
---
.../app/features/inspector/QueryInspector.tsx | 19 +++++++------------
1 file changed, 7 insertions(+), 12 deletions(-)
diff --git a/public/app/features/inspector/QueryInspector.tsx b/public/app/features/inspector/QueryInspector.tsx
index 7b9f9912754..c907b647309 100644
--- a/public/app/features/inspector/QueryInspector.tsx
+++ b/public/app/features/inspector/QueryInspector.tsx
@@ -5,7 +5,7 @@ import { Subscription } from 'rxjs';
import { LoadingState, PanelData } from '@grafana/data';
import { selectors } from '@grafana/e2e-selectors';
import { config } from '@grafana/runtime';
-import { Button, ClipboardButton, JSONFormatter, LoadingPlaceholder, Stack } from '@grafana/ui';
+import { Button, ClipboardButton, JSONFormatter, LoadingPlaceholder, Space, Stack } from '@grafana/ui';
import { Trans } from 'app/core/internationalization';
import { backendSrv } from 'app/core/services/backend_srv';
@@ -237,7 +237,7 @@ export class QueryInspector extends PureComponent {
{this.renderExecutedQueries(executedQueries)}
-
+
{haveData && allNodesExpanded && (
-
+
+
{isLoading && }
{!isLoading && haveData && (